Versions Compared

Key

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

...

Code Block
cd /scratch/sid_complete
mkdir lcsim
cd lcsim

cp /scratch/sid_complete/myscripts/build_-lcsim.sh .
source ./build_-lcsim.sh

This will check out  everything from the lcsim repository, set the path to Maven correctly  and build the lcsim distribution, this is a lot faster than the first step

...