You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Building org.lcsim software

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

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
  • No labels