Building FlightGear - Linux: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:


== Dependencies ==
== Dependencies ==
FlightGear is dependent on quite a few number of libraries.  You do not need to compile all of them yourself, but you do need to have their headers installed at least.  For example, the headers for package plib1.8.4 is plib1.8.4'''-dev'''.


* pthreads
The dependency is summarized in the following tree.  Please note that each library has its own dependencies, and these are not shown here.
* (Free)GLUT or SDL (We recommend the use of SDL)
 
* [http://plib.sourceforge.net/ PLIB] (until version 0.9.10 release sources, PRE_OSG_PLIB_20061029 CVS branch)
* FlightGear
* [http://openal.org OpenAL and ALUT]
** [http://openal.org OpenAL and ALUT]
* [http://simgear.org SimGear]
** [http://simgear.org SimGear]
* [[ OpenSceneGraph ]] (cvs HEAD branch)
*** [http://plib.sourceforge.net/ PLIB] (until version 0.9.10 release sources, PRE_OSG_PLIB_20061029 CVS branch)
**** (Free)GLUT or SDL (We recommend the use of SDL)
*** [[ OpenSceneGraph ]] (cvs HEAD branch)


== Optional dependencies ==
== Optional dependencies ==

Revision as of 02:35, 31 December 2006

This section describes how to build FlightGear on Linux system.

Compiling FlightGear is not a task for novice users. Thus, if you're a beginner (we all were once) on a platform which binaries are available for, we recommend postponing this task and just starting with the binary distribution to get you flying.

October 29th 2006, Flightgear CVS MAIN Branch switched to OSG support. Plib support remains available in CVS using PRE_OSG_PLIB_20061029 Branch. (cvs up -rPRE_OSG_PLIB_20061029)

Requirements

Before you can compile FlightGear, you need to have the followings installed on your computer:

C++ compiler

These are: c++, cpp, gcc, g++ found under the /usr/bin directory. You will also need to have the tools autoconf and automake1.9 installed.

OpenGL support

More specifically, your system needs the support for hardware accelerated graphics. You can check for this by running:

glxinfo | grep direct

Note: To run the above command, you need to have the tool mesa-utils installed.

You should then see:

direct rendering: Yes


Dependencies

FlightGear is dependent on quite a few number of libraries. You do not need to compile all of them yourself, but you do need to have their headers installed at least. For example, the headers for package plib1.8.4 is plib1.8.4-dev.

The dependency is summarized in the following tree. Please note that each library has its own dependencies, and these are not shown here.

Optional dependencies

External links

Instructions

Tools

Free/Open Source

Free/Proprietary