186
edits
Line 37: | Line 37: | ||
== Directory Structure == | == 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. | 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 | All other directories shown under this project root must follow the directory structure shown below: | ||
C:\FlightGear | C:\FlightGear\boost_1_39_0\ | ||
C:\FlightGear\simgear\ | C:\FlightGear\simgear\ | ||
C:\FlightGear\simgear\simgear\ | C:\FlightGear\simgear\simgear\ | ||
Line 47: | Line 47: | ||
C:\FlightGear\3rdparty\include\ | C:\FlightGear\3rdparty\include\ | ||
If you continue to follow the instructions in this wiki, you will end with the proper directory structure that is shown above. | |||
== Compiling == | == Compiling == |
edits