Skip to content

lpetre-ulb/LeoDAQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeoDAQ

Requirements:

  1. Ubuntu 14.04 or more recent
  2. Install qt5 libraries (version >= 5.7)

Installation:

  1. Compile and install the CAEN USB Driver
    • Go to CAENUSBdrvB-1.5.1
    • make
    • sudo make install
  2. Install the CAEN VME C libraries
    • Go to CAENVMELib-2.50/lib
    • sudo ./install_x64
  3. Compile the LeoDAQ software
    • qmake LeoDAQ.pro
    • make -j8
    • sudo make install
  4. Execute the programme
    • ./bin/LeoDAQ #or from a double-click on the desktop icon if a make install was done
  5. Make it available for other users (optional)
    • sudo cp ~/Desktop/LeoDAQ.desktop otherUser/Desktop/.
    • sudo chown otherUser Desktop/LeoDAQ.desktop

Update:

  1. git pull
  2. qmake LeoDAQ.pro
  3. make -j8
  4. sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 82.3%
  • C 17.3%
  • Other 0.4%