Files
bullet3/build_and_run_premake.sh
2017-02-21 17:36:54 -08:00

8 lines
165 B
Bash
Executable File

#!/bin/sh
cd build3
./premake4_linux64 gmake
./premake4_osx gmake
cd gmake
make -j12 --double --enable_pybullet
../../bin/App_BulletExampleBrowser_gmake_x64_release