Initialize random number for the tests.
[simgear.git] / README.MSVC
blob33a89c2af9c7c156950c45fdfe029f32e4385f50
1 This document describes how to build SimGear using the supplied workspace and
2 project files.  
4 Unpack the SimGear source file into your work directory.  This creates a new
5 subdirectory called SimGear-X.Y.Z.  Rename this to SimGear.  Before we can
6 build SimGear you must unpack and build the third party libraries metakit and
7 zlib.  Sources for these are included in the SimGear/src-libs directory.
8 Unpack these into the top level SimGear directory.  At this point your
9 directory structure should look something like this:
11 <work_dir>/
12   SimGear/
13     metakit-x.y.z/
14     simgear/
15     src-libs/
16     zlib-x.y.z/
18 Now open the SimGear workspace.  This workspace file contains projects for
19 building metakit(mklib), SimGear and zlib.  Select each project as the active
20 project and build all.  Order is unimportant since there are no dependencies
21 between the projects.
23 The workspace and project files are generated by a perl script with extra
24 input from the am2dsp.cfg file.