Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
Rebecca applied debug/buildtype patches and added build new cmake feature along with additional distro packages needed to build cmake
(Rebecca applied debug/buildtype patches and added build new cmake feature along with additional distro packages needed to build cmake)
Line 9: Line 9:
=== Update Available ===
=== Update Available ===


[[user:F-JJTH|F-JJTH]] has published version 2.34 of the script.  
The FlightGear development team has published version 2.34 of the script.


download the newest script with this command:
download the newest script with this command:
Line 37: Line 37:
The script is able to download and compile:
The script is able to download and compile:
* FlightGear (And all the data needed to use it)
* FlightGear (And all the data needed to use it)
* cmake (for newer cmake capabilities)
* [[Fgrun]]
* [[Fgrun]]
* [[FGo!]]
* [[FGo!]]
Line 181: Line 182:
=== Compiling only one program ===
=== Compiling only one program ===
If you wish to recompile only one of the programs you can launch the script with one of the following parameters:
If you wish to recompile only one of the programs you can launch the script with one of the following parameters:
* CMAKE (to compile and install only cmake)
* PLIB (to compile and install only plib)
* PLIB (to compile and install only plib)
* OSG (to compile and install only OpenSceneGraph)
* OSG (to compile and install only OpenSceneGraph)
Line 209: Line 211:


=== Advanced options ===
=== Advanced options ===
* Build a release version using '''-b Release''' option
* Build a debug version for more complete bug reporting using '''-b RelWithDebInfo''' option (default)
* Build a full debug version for very complete bug reporting using '''-b Debug''' option
* Skip download of distro packages using '''-p n''' option
* Skip download of distro packages using '''-p n''' option
* Skip compilation of programs using '''-c n''' option
* Skip compilation of programs using '''-c n''' option
185

edits

Navigation menu