mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
7 lines
171 B
Bash
Executable file
7 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
rm CMakeCache.txt
|
|
mkdir build_cmake
|
|
cd build_cmake
|
|
cmake -DBUILD_PYBULLET=OFF -DCMAKE_BUILD_TYPE=Release ..
|
|
make -j12
|
|
examples/ExampleBrowser/App_ExampleBrowser
|