changes.
| | 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. |