mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 14:10:11 +00:00
8 lines
123 B
Bash
8 lines
123 B
Bash
|
#!/bin/sh
|
||
|
rm CMakeCache.txt
|
||
|
mkdir build_cmake
|
||
|
cd build_cmake
|
||
|
cmake ..
|
||
|
make -j12
|
||
|
examples/ExampleBrowser/App_ExampleBrowser
|