骑士 发表于 2011-11-16 21:41:22

Compiling FlightGear 1.0.0 with Visual C++.net 2005

这还是几年前我编译1.0是的记录,虽然现在都2.4了,但编译的方法还是区不多的,现转到这里来,给大家一个参考吧。


我整理的1.0.0源码库可以这里下载:http://download.csdn.net/source/565555
里面有更详细的说明。



      Compiling FlightGear 1.0.0 with Visual C++.net 2005
Build Tool:
    Visual C++.net 2005 Professional Edition
   
Steps to build FlightGear and fgrun on Windows:   
1.Unpack source to file system layout:
   
%FGBUILD%
      |--build
      |       |--3rdParty
      |       |--media
      |       |--FlightGear
      |       |--plib
      |       |--SimGear
      |       |--fgrun-1.0.0
      |       /--fltk-1.1.19
      |
      |--run
      |    /--data
            
            
2.Unpack project-vc8.zip to %FGBUILD%/build directorie.
3.Building SimGear and flightGear:
       Open the solution file SimGear/projects/VC8/SimGear.sln and build.
       Open the solution file FlightGear/projects/VC8/FligthGear.sln and build.
   
4.Building fltk and fgrun:
       Open the solution file fltk-1.1.9/vc2005/fltk.sln and build
       Open the solution file fgrun-1.0.0/fgrun.sln and build

5.publish builded file:
       runbuild/publish.bat

Running FlightGear:
1.running %FGBUILD%/build/publish.bat by copy files.
2.into directorie %FGBUILD%/run and run fgrun.exe



Steven 发表于 2011-11-16 23:09:10

向元老致敬!

江城子梦回军 发表于 2012-1-3 13:59:17

我爱模拟飞行

偶尔缱绻 发表于 2013-9-29 11:36:39

回复攒分中。。。。。。。。。。。。。。。。。。
页: [1]
查看完整版本: Compiling FlightGear 1.0.0 with Visual C++.net 2005