mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
9bd88e5727
in the root directory.
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
rm CMakeCache.txt
|
|
mkdir build_cmake
|
|
cd build_cmake
|
|
cmake ..
|
|
make -j12
|
|
examples/ExampleBrowser/App_ExampleBrowser
|