LeoDAQ Requirements: Ubuntu 14.04 or more recent Install qt5 libraries (version >= 5.7) wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run chmod +x qt-opensource-linux-x64-5.7.0.run ./qt-opensource-linux-x64-5.7.0.run sudo apt-get install build-essential Installation: Compile and install the CAEN USB Driver Go to CAENUSBdrvB-1.5.1 make sudo make install Install the CAEN VME C libraries Go to CAENVMELib-2.50/lib sudo ./install_x64 Compile the LeoDAQ software qmake LeoDAQ.pro make -j8 sudo make install Execute the programme ./bin/LeoDAQ #or from a double-click on the desktop icon if a make install was done Make it available for other users (optional) sudo cp ~/Desktop/LeoDAQ.desktop otherUser/Desktop/. sudo chown otherUser Desktop/LeoDAQ.desktop Update: git pull qmake LeoDAQ.pro make -j8 sudo make install