...
- Go to the work dir and checkout SLIC.
No Format cd ${sim_work} cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd checkout slic
- Go into the SLIC dir.
No Format cd slic
- Set the SLIC_BASE variable in setup.sh.
No Format export SLIC_BASE=${sim_work}/slic
- Configure the build.
No Format ./configure --enable-package-info
- Build the binary.
No Format make all
...