Installing GET software

For Ubuntu 16.04 LTS, the DAQ software prerequisites can be fulfilled by simply typing
sudo apt-get install subversion g++ automake autoconf libtool pkg-config  libboost-all-dev libreadline-dev libncurses-dev libqt4-dev libqwt-dev libqwtplot3d-qt4-dev zeroc-ice zeroc-icee gsoap liblog4cxx10-dev libmysqlclient-dev
The software package can be found in
but the installation path needs to be changed to PREFIX=/usr, as /usr/local/bin is not the default path Ubuntu will look through.

 

RELEASE=20170928 DEST=/tmp/20170928 source ./download_get_components.sh
SRC=/tmp/20170928 PREFIX=/usr/local source ./install_get_components.sh

The 20170928 is the release date, which you can find in https://dsm-trac.cea.fr/get/wiki/Releases.

 

Comments are closed.