Versions Compared

Key

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

...

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
[BUILD_HOST] mkdir RCE
[BUILD_HOST] cd RCE
[BUILD_HOST] cvs co -d rcecalib-CVS-HEAD release
[BUILD_HOST] cd
[BUILD_HOST] ln -s RCE/rcecalib-CVS-HEAD
[BUILD_HOST] cd rce
[BUILD_HOST] cvs co pixlib rce rceapp rceers rceowl rcecalib rceipc rceusr
[BUILD_HOST] cp rcecalib/projects.mk.template projects.mk
[BUILD_HOST} patch -p0 < rcecalib/rce.patch

...

Note: the RCE needs to be compiled with the RCE_INTERFACE=1 optionat CERN and SLAC.
Code Block
[BUILD_HOST] make i386-linux
[BUILS_HOST} make ppc-rtems-rce405-opt RCE_INTERFACE=1

...