-
-
Notifications
You must be signed in to change notification settings - Fork 6
Build on OpenSUSE 13.2
Jakob Flierl edited this page Jun 19, 2022
·
4 revisions
- Install with Zypper:
sudo zypper install qt-creator freeglut-devel glew glew-devel lua lua-devel \
libbullet-devel libqscintilla2-qt5-devel
- Install libQGLViewer:
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
-
Install boost:
http://software.opensuse.org/download.html?project=openSUSE%3A13.2&package=boost
-
Install boost-bjam:
sudo zypper install boost-bjam boost-devel
- Install luabind:
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 CONFIG+=debug
make -j $(nproc)
debug/bpp