游戏开发记录120813:MegaGlest编译过程

1.工具准备

   1.1 virusal studio 2010(Service Pack 1)

   1.2 SVN

2.代码准备

   用svn从sourceforge下载源代码,下载地址https://megaglest.svn.sourceforge.net/svnroot/megaglest/trunk

  下载独立的外独立包win32_deps,里面包括了很多游戏依赖的三方,下载地址:https://sourceforge.net/projects/megaglest/files/win32_deps.7z/download

3.编译步骤

3.1解压win32_deps到source文件夹下

3.2运行mk/windoze/Glest.sln,F5编译

3.3如果编译成功,在 data/glest_game 目录下可以找到megaglest.exe (and other binaries),如果失败请参考http://glest.wikia.com/wiki/MG/Windows_Compiling

3.4测试游戏,需要运行在mk\windoze下CopyWindowsRuntimeDlls.bat脚本,它将会把\win32_deps\bin目录下的dll文件复制到data/glest_game 目录下,本人编译的时候该脚本执行失败,我是手动添加到data/glest_game 目录下。

3.5运行游戏成功。

image

你可能感兴趣的:(游戏开发记录120813:MegaGlest编译过程)