How to install OpenTURNS' development version on Debian or Ubuntu
This guide explains Ubuntu installation of development version of OpenTURNS.
Retrieve dependencies
- Install subversion
sudo apt-get install subversion
- Install building tools
sudo apt-get install binutils automake autoconf libtool gcc g++ gfortran flex bison
- Install some libraries
sudo apt-get install libssl-dev libtbb-dev libxml2-dev
- Install mathematical tools (R, LAPACK)
sudo apt-get install r-base-dev liblapack-dev
- Install python's development files and SWIG (used to build TUI)
sudo apt-get install swig python-dev python-qt4-dev
Follow generic instructions
Then build openturns as usual as described in HowToInstallDevelopmentVersion