Versions Compared

Key

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

...

Code Block
languagebash
git clone git@github.com:slac-lcls/lcls2.git
 
source setup_env.sh

./build_all.sh 

 

add lcls2-pcie-apps to the lcls2 directory

Code Block
languagebash
cd $TOP/slac-lcls/lcls2/ 
 
source setup_env.sh

cd $TOP/lcls2-pcie-apps
 
python setup.py develop --prefix=/u1/sioan/slac-lcls/lcls2/install

 

to run gui.py without pgp read use the following

...