mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
9bd88e5727
in the root directory.
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
cd build3
|
|
./premake4_linux64 gmake
|
|
./premake4_osx gmake
|
|
cd gmake
|
|
make -j12
|
|
../../bin/App_BulletExampleBrowser_gmake_x64_release
|