Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git clone -b v1.7.0 https://github.com/eudaq/eudaq.git

mkdir /home/beam/afs

#use sshfs to mount AFS

sshfs slac_user_name@slac_host_with_afs:/afs afs

cp -r /afs/desy.de/group/telescopes/tlu/tlufirmware .

cp -r /home/beam/afs/desy.de/group/telescopes/tlu/tlufirmware .

source /opt/rh/devtoolset-7/enable

cd /home/beam/eudaq/build

cmake3 ..

make

 

...