VoxCad: Installation guide - GiorgosMethe/Soft-Robots-Novelty-Search GitHub Wiki

VoxCad

  • Before compiling VoxCad you need these packages:

sudo apt-get install build-essential libqt4-dev qt4-dev-tools libqt4-opengl-dev libgl1-mesa-dev libglu1-mesa-dev libqwt-dev zlib1g-dev freeglut3-dev libtinyxml-dev

You can compile the VoxCad sourse code in QtCreator, choosing in build settings the appropriate kit, both 4.8.1(qt4) and 4.8.4(qt4) work fine.

  • You can also compile it with qmake without QtCreator needed. Inside VoxCad/ folder run:

$ qmake VoxCad.pro

make