Versions Compared

Key

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

...

https://github.com/slaclab/rogue/blob/master/README.md

cd rogue

git checkout 44c65dab0f18c4e65dcc1e1aea0060a51457a7a5

git submodule init

git submodule update

cd drivers

git checkout 0278e9f4a477c0e74724c5ea4b3fd0afb18faa66

cd ..

rm -r build

mkdir build

cd build

cmake..

make

To run, source this script:

...