Skip to content

Instantly share code, notes, and snippets.

@vyuh
Created April 21, 2016 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyuh/2b4d2a7647bdce850a9b3979a5c9cf83 to your computer and use it in GitHub Desktop.
Save vyuh/2b4d2a7647bdce850a9b3979a5c9cf83 to your computer and use it in GitHub Desktop.
Build Box2d 2.3.0 on Ubuntu
git clone https://github.com/erincatto/Box2D
cd Box2D/Box2D
git branch pk v2.3.0
git checkout pk
cmake .
make
Testbed/Testbed &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment