-
Notifications
You must be signed in to change notification settings - Fork 142
Deployment guide on windows platform
GlimpseOpen edited this page Jan 23, 2016
·
1 revision
step 1. Fetch the newest version of gkEngine form github or codeplex.
- codeplex mercurialHG: https://hg.codeplex.com/gkengine
- github GIT: https://github.com/gameknife/gkEngine.git
step 2. Run init_engine_res.bat, make some directories for gkEngine.
step 3. Download two compressed package from the resource server:
-
depends.7z(third-party-libs): http://pan.baidu.com/s/1i38C5ud
-
media.7z(resources used in demo): http://pan.baidu.com/s/1qWK90Jy
when download both of the two files, copy the depends.7z into code/thirdparty folder, and also copy the media.7z into exec/media folder.
step 4. Run hand_make_env.bat, deal with the third-party libs.
step 5. Run hand_make_resource.bat,deal with the resources.
- Open the VC2010 solution file: code/engine/solution/gkENGINE_vc10.sln
- Choose [Develop | Win32] compile configuration.
- Build the solution
- Compiling...just wait...if shit happens, please report an issue on github.
- Run exec/bin32/gkLauncher.exe, the default test-case will be loaded automatically. you can modify the config file locate at [exec/media/config/startup.cfg] by your way.
- When in test-case module, you could change the major project using the keyboard left and right arrow keys, you could also change the current project using the keyboard up and down arrow keys, and press the Enter key to excute test-case.
- Run exec/bin32/gkStudio.exe, you will get the scene-editor. the source code of scene-editor locate at code/editor/gkstudio.
- When ready,you could run the bat file locate at [exec/tools/version_task/build_version_pc.bat] to pack your game for Windows.
- When pack done,you could find the package at the folder [exec/builds].
GetStart
- 开发环境要求
- 安装vc100独立工具链
- Windows上手指南
- [iOS/OSX上手指南] (https://github.com/gameknife/gkEngine/wiki/iOS-OSX%E5%B9%B3%E5%8F%B0%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B%E6%8C%87%E5%8D%97)
- [Deployment guide on windows] (https://github.com/gameknife/gkEngine/wiki/Deployment-guide-on-windows-plantform)
Programming Guide
ArtPipeline Guide