Versions Compared

Key

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

...

No Format
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co SimDist
cd SimDist
./build.sh

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

No Format

tail -f build.log

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

No Format

./configure
make

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

No Format

make PACKAGE=clhep

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

...