Posts with "cmake" Tag
Building PyBullet
by Dan Aukes
sudo apt install cmake-curses-gui
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .
then configure, generate
make
then wait for ...
by Dan Aukes
sudo apt install cmake-curses-gui
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .
then configure, generate
make
then wait for ...