Game Engine
1.** How to Compile **
1.download the third party package from http://pan.baidu.com/s/1xPqPa ,then unpackage it. 2.combine the code dir with the unpackage dir (PS: Combine the bin & Engine dir) 3.Cmake the Engine dir 4.Go to the build dir, open vs sln, and compile the engine
attention:
- you'd better using the vs2010 to cmake the engine
- both x86 or x64 is OK
2.** How to compile the engine on IOS **
- Do "How to Compile" first
- download the ios libs from http://pan.baidu.com/s/15WKRh ,then unpackage it
- place the unpackage dir in Engine/extlibs/
- open the XCode project and compile