|
META TOPICPARENT |
name="HcalDTC" |
This page contains instructions on how to install different CACTUS builds on supported operating systems. Many of these same instructions can be found the CACTUS wiki at https://svnweb.cern.ch/trac/cactus/wiki/ |
|
- When installation is complete, then the CACTUS software package should be in
/opt/cactus
|
|
< < | --+++ On SL5 (Scientific Linux) |
> > | On SL5 (Scientific Linux) |
|
CACTUS installation on SL5 is not supported by RPM/YUM and must be done manually.
- Install the prerequisites for the installation using YUM
-
|
|
< < | sudo yum -y install bzip2-devel zlib-devel ncurses-devel python-devel |
> > | sudo yum -y install bzip2-devel zlib-devel ncurses-devel python-devel readline-devel |
| |
|
< < |
- Check out the code from SVN.
|
> > |
- Check out the code from SVN into the desired location your machine.
|
| |
|
< < | svn co https://svn.cern.ch/reps/cactus/trunk |
> > | svn co https://svn.cern.ch/repos/cactus/trunk |
| |
|
< < |
- Make sure you move it to the desired CACTUS root directory, which can be anywhere you have access to. In the following steps, I will just assume the code has been checked out into the user's home directory.
|
> > |
- Be sure the CACTUS root directory
trunk/ is where you want it. In the following steps, I will just assume the code has been checked out into the user's home directory.
|
|
- Go the 'trunk' directory of the CACTUS code and build the package
cd ~/trunk/
make
|
|
< < |
-
|
> > |
- The build may take a long time--on the order of an hour--so be patient. If any errors occur, make sure that all of the above-mentioned prerequisites are indeed installed and up-to-date, and try again.
|
| |