Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 576 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 576 Bytes

thuai-egg-2021-backend

build

How to build

  • 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