Skip to content
Jakob Flierl edited this page May 24, 2016 · 82 revisions

Debian

Ubuntu

OpenSUSE 12.1

  • This link refers to the install instructions of an older, Qt4 based version of BPP.

OpenSUSE 13.2

  • Install with Zypper:
sudo zypper install qt-creator freeglut-devel glew glew-devel lua lua-devel
sudo zypper install libbullet-devel
wget -c http://libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz
tar xvf libQGLViewer-2.6.3.tar.gz
cd libQGLViewer-2*
qmake
make -j $(nproc)
sudo make install
sudo zypper install boost-bjam boost-devel
sudo zypper install automake boost-bjam cmake libtool
WIP...
  • Build and run BPP
sudo zypper install git-core
git clone https://github.com/bullet-physics-playground/bpp --depth=1
cd bpp
qmake
make -j $(nproc)
./bpp
Clone this wiki locally