You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The easiest way to build the SLIC simulator package is using the SimDist CVS project.

This is the procedure.

cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co SimDist
cd SimDist
chmod +x build.sh
./build.sh

This will create the log files configure.log and build.log. The latter is "tailed" to check the progress of the build.

tail -f build.log

From the SimDist directory, the manual procedure is the following.

./configure
make

To rebuild an individual package, e.g. CLHEP, set the PACKAGE variable as an argument to gmake.

make PACKAGE=clhep

Depending on your system speed, the entire build process will take around 2 hours.

  • No labels