]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.msvc
Added autom4te.cache.
[flightgear.git] / docs-mini / README.msvc
1 This document describes how to build FlightGear using the supplied workspace
2 and project files.  Before building FlightGear you must unpack and build
3 SimGear and plib.  Refer to SimGear/README.msvc for specific build instructios.
4
5 It is required that FlightGear, SimGear and PLIB are unpacked in the same
6 directory.  The resultant directory structure should look like this:
7
8 <work_dir>/
9   plib/
10     src/
11   SimGear/
12     simgear/
13     metakit-x.y.z/
14     zlib-x.y.z/
15   FlightGear/
16     src/
17       Aircraft/
18       ...
19       WeatherCM/
20
21
22 TODO - FlightGear build instructions
23
24 The workspace and project files in this directory are generated by a perl
25 script with help from the am2dsp.cfg file.