Building FlightGear - Windows: Difference between revisions

Jump to navigation Jump to search
Line 97: Line 97:


===Step 2===
===Step 2===
TODO: Figure out to compile it :(
This is  simple way to compile that should work with all versions of MSVC.
Open a command prompt and navigate to the folder where you have extracted the sources.
Type the following commands:
<pre>
copy jconfig.vc jconfig.h
copy makefile.vc makefile
</pre>
(this will copy the preconfigured Visual C configuration and makefile).
 
Then on the same command prompt type the following command to build the library:
<pre>
nmake nodebug=1
</pre>


== Getting plib ==
== Getting plib ==
3

edits

Navigation menu