-
Notifications
You must be signed in to change notification settings - Fork 142
gkEngine开发环境要求
gameKnife edited this page Mar 23, 2015
·
1 revision
- win7 64bit + vs2010
gkENGINE由于依赖的第三方库等原因,需要使用vc100的工具链。 开发者可以选择vs2010 ide直接开发,也可以选择更高的ide版本,使用vc100工具链编译。 目前gkEngine提供了vc100的独立工具链安装包,该包经过精简,只能保证gkEngine的编译。不保证所有系统库的正常编译。
工具链安装指南:
- xcode 6.2
- vs2010 + tegra android development pack
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