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

Compare with Current View Page History

« Previous Version 3 Next »

  1. Studio 2008 full install, not sure if the Express edition has SDK set up the same way.
  2. GoGui 0.9.5 or later (and a couple required libraries if you don't already have them)
  3. SCons 1.2.0.d2009022
  4. The files makeStudio.py, registerTargets.py and msvs.py in CVS. These files should be added to site_scons/site_tools under the top ScienceTools (or other container) directory.
  5. Obtain ScienceTools-LATEST-1-2783
    1. Via CVS:  cvs -z9 co -r ScienceTools-LATEST-1-2783 -d ScienceTools-1-2783 ScienceTools-scons
    2. Via zip file
  6.  Obtain External libraries for Visual Studio 2008 from /nfs/farm/g/glast/u05/extlib/VC90
  7. If obtaining a fresh copy of code from CVS
    1. update allExternals.scons and externals.scons to use CLHEP 1.9.4.2
    2. add an entry for ROOT v5.20.00-gl4 in allExternals.scons:
                        v5.20.00-gl4' :
                         { 'default' :
      Unknown macro: { 'version'      }
      ,
                           'win32'   : { 'libraries'    :
                                        
      Unknown macro: { 'rootLibs'    }
    3. Moved vc80 directory for xerces to vc90
    4.  
  • No labels