186
edits
Line 34: | Line 34: | ||
Olaf Flebbe maintains a set of pre-built dependencies for FG (excluding SimGear). They are built for Visual Studio 2005, but may work with 2008: [http://www.oflebbe.de/FlightGear/index.html] | Olaf Flebbe maintains a set of pre-built dependencies for FG (excluding SimGear). They are built for Visual Studio 2005, but may work with 2008: [http://www.oflebbe.de/FlightGear/index.html] | ||
== Directory Structure == | |||
As noted above, FlightGear depends on several other software packages. The Visual C++ project files that are maintained in CVS for both SimGear and FlightGear assume that these dependencies can be found within a very specific directory structure. In these examples, the root of the FlightGear related directories is '''C:\FlightGear'''. This part is actually up to you; you could choose a completely different name and drive location. | |||
All other directories shown under this one must follow the directory structure shown below: | |||
C:\FlightGear\\boost_1_39_0\ | |||
C:\FlightGear\simgear\ | |||
C:\FlightGear\simgear\simgear\ | |||
C:\FlightGear\install\msvc90\OpenSceneGraph\include\ | |||
C:\FlightGear\3rdparty\include\ | |||
== Compiling == | == Compiling == |
edits