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

Compare with Current View Page History

« Previous Version 4 Next »

This page describes how to compile and run the RCE teststand software at SLAC and CERN.

Setting up remote CVS access for CERN only (requires SLAC account)

setenv CVSROOT :ext:noric.slac.stanford.edu:/afs/slac/g/npa/repo
setenv CVS_RSH ssh

Checking the RCE and STControl/PixLib packages.

cvs co -d rcerel release

cd rcerel

cvs co rce rceapp rceers rceowl rcecalib rceipc rceusr

cp rcecalib/projects.mk.template project.mk

cd ..

cvs co pixlib

Building the packages

Edit setup_rce.csh and set the RCE release path

setenv RELEASE <home_directory>/rcerel

  • No labels