ssast-tech / thuai-egg-2021-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 42.9%Language:C++ 34.4%Language:TeX 10.9%Language:Makefile 9.5%Language:CMake 2.0%Language:Shell 0.2%Language:PowerShell 0.1%