Building org.lcsim software

To build the org.lcsim software you first need to have the following installed.

These tools are all pre-installed on SLAC unix. Just issue the command:

setenv JAVAVER 1.5

to make sure you get Java 1.5

The lcsim software consists of two packages, the geometry package, and the analysis and reconstruction package. You must obtain and build the geometry package first, since the analysis package depends on it.

Here are condensed instructions:

setenv CVSROOT :pserver:anonymous@cvs.freehep.org:/cvs/lcd
cvs login (just hit enter when promted for password)
cvs co GeomConverter
cvs co lcsim
cd GeomConverter
maven
cd ../lcsim
maven