环境搭建
简介
阅读本章,你能学习到 Cocos2d-x 在各个平台的环境搭建方法,环境搭建以成功编译运行官方测试项目 cpp-tests
为目标。
搭建完成,你可以通过 cpp-tests
学习引擎的各个功能。
环境要求
- Mac OS X 10.7+, Xcode 7+
- Ubuntu 12.10+, CMake 2.6+
- Windows 7+, VS 2013+
- Python 2.7.5+, NOT Python 3
- NDK r11+ is required to build Android games (tested with r14)
- Android Studio 2.3.3+ to build Android games (tested with 2.3.3 and 3.0)
- JRE or JDK 1.6+ is required for web publishing