summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9c206ba..a094486 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ sudo apt install libsdl2-dev
You need the latest version of Box2D. The versions in Debian stable/testing aren't new enough.
You can install it with:
```bash
-git clone https://github.com/erincatto/box2d/
-cd box2d
+git clone https://github.com/erincatto/box2d/ box2d-src
+cd box2d-src
mkdir -p build
cd build
cmake -DBOX2D_BUILD_TESTBED=False ..
@@ -63,8 +63,8 @@ and copy the folder `SDL2-something\include` there too, renaming it to `SDL2`.
Next, install `Box2D` (you will need `git` in your PATH):
```bash
vcvarsall x64
-git clone https://github.com/erincatto/box2d/
-cd box2d
+git clone https://github.com/erincatto/box2d/ box2d-src
+cd box2d-src
xcopy /s /i include\box2d ..\box2d
mkdir build
cd build