- This is NOT the official Box2D standalone project. Official website is here
- the version of Box2D is 2.3.0
You must setup ANDROID_NDK environment variable in your ~/.bashrc file to point to your NDK directory.
At first:
cd Box2D
./build_android.sh
Change the following line to match your own iOS SDK version
IOS_SDK_VERSION="7.1"
./build_iosmac.sh
./build_linux.sh
-
Generate VS project file from CMakeLists.txt
-
Compile the static library.