Simulation Software Distribution

compared with
Current by Jeremy McCormick
on Feb 12, 2007 13:34.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 The easiest way to build the SLIC simulator package is using the *SimDist* CVS project.
  
 This is the procedure.
  
 {noformat}
 cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co SimDist
 cd SimDist
  chmod +x build.sh
 ./build.sh
 {noformat}
  
 This will create the log files *configure.log* and *build.log*. The latter is "tailed" to check the progress of the build.
  
 {noformat}
 tail -f build.log
 {noformat}
  
 From the *SimDist* directory, the manual procedure is the following.
  
 {noformat}
 ./configure
 make
 {noformat}
  
 To rebuild an individual package, e.g. CLHEP, set the *PACKAGE* variable as an argument to gmake.
  
 {noformat}
 make PACKAGE=clhep
 {noformat}
  
 Depending on your system speed, the entire build process will take around 2 hours.