mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
8 lines
138 B
Bash
8 lines
138 B
Bash
|
#!/bin/sh
|
||
|
cd build3
|
||
|
./premake4_linux64 gmake
|
||
|
./premake4_osx gmake
|
||
|
cd gmake
|
||
|
make -j12
|
||
|
../../bin/App_BulletExampleBrowser_gmake_x64_release
|