Difference between revisions of "CVS instructions"

From PolWiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
# cvs checkout compton_geant
 
# cvs checkout compton_geant
 
# In the compton_geant directory:  ln -sf control.in fort.4
 
# In the compton_geant directory:  ln -sf control.in fort.4
 +
# Type: setup cernlib/2005
 
# The default Makefile works for RHEL5. Use Makefile.64bit.CentOs for ifarm machines
 
# The default Makefile works for RHEL5. Use Makefile.64bit.CentOs for ifarm machines
# Typing "make" wil build the interactive version "compton++", and non-gui version, "compton".
+
# Typing "make" will build the interactive version "compton++", and non-gui version, "compton".

Latest revision as of 13:03, 7 November 2013

  1. setenv CVSROOT /group/c-compton/cvsroot
  2. cvs checkout compton_geant
  3. In the compton_geant directory: ln -sf control.in fort.4
  4. Type: setup cernlib/2005
  5. The default Makefile works for RHEL5. Use Makefile.64bit.CentOs for ifarm machines
  6. Typing "make" will build the interactive version "compton++", and non-gui version, "compton".