Ok, the online instructions are pretty out of date -- they target 2.3.0.
I installed Ubuntu 14.04 last week and made some fixes to help the
process -- those fixes are included in 3.0.4. It 'should' go pretty
smoothly.
On Ubuntu, I suggest you use as many system-installed libraries as
possible. It is the Linux way. You'll need the following packages
installed to build OpenVSP 3.0.4
git
git-gui
cmake
libxml2-dev
libfltk1.3-dev
g++
libcpptest-dev
libjpeg-dev
libglm-dev
libeigen3-dev
libcminpack-dev
libglew-dev
Each one can be installed with 'sudo apt-get install packagename'.
Then, you'll need to pass a bunch of command line parameters to CMake
to tell it you want to use system-installed libraries.
cmake -DCMAKE_BUILD_TYPE=Release -DVSP_USE_SYSTEM_FLTK=true
-DVSP_USE_SYSTEM_CPPTEST=true -DVSP_USE_SYSTEM_LIBXML2=true
-DVSP_USE_SYSTEM_EIGEN=true -DVSP_USE_SYSTEM_FLTK=true
-DVSP_USE_SYSTEM_GLM=true -DVSP_USE_SYSTEM_GLEW=true
-DVSP_USE_SYSTEM_CMINPACK=true ../repo/SuperProject
If this has problems, please come back with specific error messages
and I'll try to help you through the process.
Rob
> --
> You received this message because you are subscribed to the Google Groups
> "OpenVSP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
openvsp+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.