Versions Compared

Key

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

...

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

Tip
titleSLAC Unix

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

No Format
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:

No Format

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