Difference between revisions of "CVS instructions"

From PolWiki
Jump to navigationJump to search
(New page: # setenv CVSROOT /group/c-compton/cvsroot # cvs checkout compton_geant # In the compton_geant directory: ln -sf control.in fort.4 # The default Makefile works for RHEL5. Use Makefile.64b...)
 
Line 1: Line 1:
 
# setenv CVSROOT /group/c-compton/cvsroot
 
# setenv CVSROOT /group/c-compton/cvsroot
 
# cvs checkout compton_geant
 
# cvs checkout compton_geant
# In the compton_geant directory:
+
# In the compton_geant directory: ln -sf control.in fort.4
 
 
ln -sf control.in fort.4
 
 
 
 
# 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" wil build the interactive version "compton++", and non-gui version, "compton".

Revision as of 12:14, 15 August 2012

  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. The default Makefile works for RHEL5. Use Makefile.64bit.CentOs for ifarm machines
  5. Typing "make" wil build the interactive version "compton++", and non-gui version, "compton".