Building FlightGear - Debian: Difference between revisions

m
re-adjusting links to FG-git related sites
(update for 2.12)
m (re-adjusting links to FG-git related sites)
Line 40: Line 40:


Have in mind that the data is a relatively large download (GIT more than 7 GB and growing / 2.12 960 MB). So, to save some time, it is a good idea to [[#FlightGear data|fetch]] it while building the sources. <br />
Have in mind that the data is a relatively large download (GIT more than 7 GB and growing / 2.12 960 MB). So, to save some time, it is a good idea to [[#FlightGear data|fetch]] it while building the sources. <br />
For some basic info on git commands for FlightGear users we have a [[Git#For dummies|git for dummies]] section. <br />
For some basic info on git commands for FlightGear users we have a [[Git_for_Laymen#How_do_I_use_the_git_repository_to_update_Flightgear_stuff.3F|git for laymen]] section. <br />
To have a build with debugging symbols add <code>-D CMAKE_BUILD_TYPE="RelWithDebInfo"</code> to SimGear's and FlightGear's cmake options.
To have a build with debugging symbols add <code>-D CMAKE_BUILD_TYPE="RelWithDebInfo"</code> to SimGear's and FlightGear's cmake options.




=== libfltk ===
=== libfltk ===
[http://www.fltk.org/ FLTK] only is required for [[fgadmin]], which is content with libfltk-1.1, and fgrun, which minimum is libfltk-1.3. <br />
[http://www.fltk.org/ FLTK] is required for [[fgadmin]], which is content with libfltk-1.1, and fgrun, which minimum is libfltk-1.3. <br />
<u>Wheezy</u>: Just install package "libfltk1.3-dev" if you're planning to use either of them. <br />
<u>Wheezy</u>: Just install package "libfltk1.3-dev" if you're planning to use either of them. <br />
<u>Squeeze</u>: For fgadmin just install package "libfltk1.1-dev". To compile fgrun, too, build and install FLTK-1.3 instead:
<u>Squeeze</u>: For fgadmin just install package "libfltk1.1-dev". To compile fgrun, too, build and install FLTK-1.3 instead:
Line 120: Line 120:


<u>GIT</u> only:
<u>GIT</u> only:
For slow/unstable internet connections it is recommended to download the [[Git#fgdata.bundle|fgdata.bundle]] instead of cloning the data.<br />
For slow/unstable internet connections it is recommended to download the [[FlightGear_Git:_data_developers#Bundle|fgdata.bundle]] instead of cloning the data.<br />
  cd $FG_INSTALL_DIR
  cd $FG_INSTALL_DIR
  git clone git://mapserver.flightgear.org/fgdata data
  git clone git://mapserver.flightgear.org/fgdata data
392

edits