Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Using Box2D

Marco van Poortvliet edited this page Oct 12, 2020 · 1 revision

This is a backup of step 7 for the project setup, installing box2d. It was removed from the setup page so the teachers can build the project without having to use unused commands. We'll add it back once we use Box2D.

  1. Change directory naar Box2D submodule folder via de CMD/Powershell als admin mode en voer de volgende commands uit:
  • mkdir build
  • cd build
  • cmake -DBOX2D_BUILD_DOCS=ON ..
  • cmake --build .
  • cmake --build . --target INSTALL
Clone this wiki locally