Skip to content

aleonard-cern/LeoDAQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base VME DAQ

Requirements:

  1. Ubuntu 14.04 or more recent
  2. 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:

  1. Compile and install the CAEN USB Driver
  2. Go to CAENUSBdrvB-1.5.1
  3. make
  4. sudo make install
  5. Compile and install the CAEN VME C libraries
  6. Go to CAENVMELib-2.50/lib
  7. sudo ./install_x64
  8. Compile the Base VME DAQ software
  9. qmake BaseVMEDAQ.pro
  10. make
  11. sudo make install (this step is optional)
  12. Execute the programme
  13. ./bin/BaseVMEDAQ or from a double-click on the desktop icon if point 3.3. was done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages