Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Or adding the follwing lines to $HOME/.bash_profile
Code Block
if [ !  -r /reg/g/atlas/rcecalib/setup/setup_rce.sh ]; then
source /reg/g/atlas/rcecalib/setup/setup_rce.sh 2>&1 > /dev/null
fi
Checking out  and setting up the RCE and STControl/PixLib packages into a directory. The setup scripts assume that top RCE lease directory is found in $HOME/rce. At CERN these scripts set a new HOME directory on local disk: /reg/lab1/home/$USER. Several release installations should be managed by symbolic links.

...

Code Block

mkdir RCE
cd RCE
cvs co -d 

...

rcecalib-CVS-HEAD release
cd

...


ln -s RCE/rcecalib-CVS-HEAD
cd rce
cvs co pixlib rce rceapp rceers rceowl rcecalib rceipc rceusr
cp rcecalib/projects.mk.template 

...

projects.mk
patch -p0 < rcecalib/rce.patch
Building the RCE packages.
Note: the RCE needs to be compiled with the RCE_INTERFACE=1

...

optionat CERN and SLAC.
Code Block
make i386-linux
make ppc-rtems-rce405-opt RCE_INTERFACE=1

...