- fetch all the submodules
For windows:
- install
vcpkg
:
cd tools/vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
./vcpkg install box2d:x64-windows
build with build.ps1
For OSX/Linux:
- install
vcpkg
:
cd tools/vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install box2d
build with build.sh