Skip to content

Commit

Permalink
Cloning advice
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Jan 13, 2019
1 parent 65f7cdc commit e76f3df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Box2D-Lite
A small 2D physics engine. Developed for the [2006 GDC Physics Tutorial](docs/GDC2006_Catto_Erin_PhysicsTutorial.pdf).

# Cloning
Box2D-Lite samples use [GLFW](https://www.glfw.org/) and [dear imgui](https://github.com/ocornut/imgui) as git submodules. Therefor, I recommend cloning box2d-lite using the following command:
> git clone --recursive https://github.com/erincatto/box2d-lite.git
# Building
- Install [CMake](https://cmake.org/)
- Ensure CMake is in the user `PATH`
Expand Down

0 comments on commit e76f3df

Please sign in to comment.