STAR   Computing Tutorials main page
Building Release Copy
Offline computing tutorial Maintained by Torre Wenaus

Building your own copy of a release

To build eg. your own version of the full SL99d release...
mkdir SL99d
ln -s SL99d pro
cd SL99d
setenv CVSROOT /afs/rhic/star/packages/repository
cvs co -r SL99d StRoot pams kumacs mgr params
setenv CVSROOT /afs/rhic/common/CVSREP
cvs co -r SL99d asps

# Then
cd ..; setenv STAR_PATH `pwd`;
setenv STAR_LEVEL pro
cd SL99d
installStaf.csh
installExe.csh
cons
After that you should have your own version built.