From b0b7d89979680cff6a4730b0cdb7ab493c5b170e Mon Sep 17 00:00:00 2001 From: Lunkhound Date: Sun, 18 Mar 2018 23:10:34 -0700 Subject: [PATCH] readme: for premake the options must come before the 'gmake' or they are silently ignored --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 529f5b583..3bbc2e2c7 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ Depending on your system (Linux 32bit, 64bit or Mac OSX) use one of the followin Using premake: ``` cd build3 - ./premake4_linux gmake --double - ./premake4_linux64 gmake --double - ./premake4_osx gmake --double --enable_pybullet + ./premake4_linux --double gmake + ./premake4_linux64 --double gmake + ./premake4_osx --double --enable_pybullet gmake ``` Then ```