From ecfae444415d2fb196243bc298e3f322c30363f6 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Wed, 22 Feb 2017 12:35:24 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09e33ad57..f233bb7dd 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,17 @@ The BulletExampleBrowser binary will be in Bullet/examples/ExampleBrowser. You can also build Bullet and pybullet using premake. There are premake executables in the build3 folder. Depending on your system (Linux 32bit, 64bit or Mac OSX) use one of the following lines Using premake: +``` cd build3 ./premake4_linux gmake --double --enable_pybullet ./premake4_linux64 gmake --double --enable_pybullet ./premake4_osx gmake --double --enable_pybullet +``` Then - +``` cd gmake make - -Or using cmake: +``` **Mac OSX Xcode**