Base VME DAQ Requirements: Ubuntu 14.04 or more recent qt5 libraries you can get this simply by the command sudo apt-get install qt5-default. type qmake -v in order to check that you have the qt5 version Installation: Compile and install the CAEN USB Driver Go to CAENUSBdrvB-1.5.1 make sudo make install Compile and install the CAEN VME C libraries Go to CAENVMELib-2.50/lib make sudo make install Compile the Base VME DAQ software qmake BaseVMEDAQ.pro make sudo make install (this step is optional) Execute the programme ./bin/BaseVMEDAQ or from a double-click on the desktop icon if point 3.3. was done