Versions Compared

Key

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

...

git clone --single-branch --branch devel_rogue_fastMultichip_master_v1p2p2 https://gitlab.cern.ch/YARR/YARR.git Yarr

cd Yarr

mkdir build

cd build

cmake3 .. -DYARR_CONTROLLERS_TO_BUILD="Spec;Emu;Rogue" -DCMAKE_TOOLCHAIN_FILE=../cmake/rce-arm32 # ARM32/Centos7 on RCE ``

make

copy the files to rce 

done !!!!

...