How to build it on linux, like what are the steps as when I am trying it always fails at the make command with some fatal error for missing header file. Any recommendation on required build tools - like specific version of g++ to be used/recommended.
I followed on ubuntu 16.04:
sudo apt-get install libqt4-dev libsoqt4-dev \
libboost1.58-dev python2.7-dev libcoin80v5 \
build-essential subversion cvs mercurial git
cd /usr/local/src
git clone https://github.com/coin3d/simvoleon.git
cd simvoleon
./configure --prefix=/usr/local
make
Thanks in advance.

How to build it on linux, like what are the steps as when I am trying it always fails at the make command with some fatal error for missing header file. Any recommendation on required build tools - like specific version of g++ to be used/recommended.
I followed on ubuntu 16.04:
Thanks in advance.
