1,330
edits
mNo edit summary |
|||
Line 11: | Line 11: | ||
The best 3rd-party software repository to be be used with CentOS is [http://www.rpmforge.net RPMforge]; there is a detailed [http://wiki.centos.org/Repositories/RPMForge installation instruction]. E.g. to make your Windows partition read/writable to your CentOS installation, just run "yum -y install ntfs-3g fuse-ntfs-3g dkms dkms-fuse" after enabling RPMforge. | The best 3rd-party software repository to be be used with CentOS is [http://www.rpmforge.net RPMforge]; there is a detailed [http://wiki.centos.org/Repositories/RPMForge installation instruction]. E.g. to make your Windows partition read/writable to your CentOS installation, just run "yum -y install ntfs-3g fuse-ntfs-3g dkms dkms-fuse" after enabling RPMforge. | ||
== Installation of CCP4 from source code, on a | == Installation of CCP4 from source code, on a CentOS-5 machine (32bit or 64bit) == | ||
* If you want to configure CCP4 using --with-x , you need "yum -y groupinstall 'X Software Development'" | * If you want to configure CCP4 using --with-x , you need "yum -y groupinstall 'X Software Development'" | ||
* Additionally you may need to install g++, gfortran, ncurses-devel and python-devel RPMs for compilation and tcl/tk for ccp4i ("yum -y install gcc gcc-g++ gcc-gfortran ncurses-devel python-devel tcl tk") | * Additionally you may need to install g++, gfortran, ncurses-devel and python-devel RPMs for compilation and tcl/tk for ccp4i ("yum -y install gcc gcc-g++ gcc-gfortran ncurses-devel python-devel tcl tk") | ||
* There exists no blt (required for ccp4i) RPM for RHEL/CentOS. | * There exists no blt (required for ccp4i) RPM for RHEL/CentOS, but loggraph seems to ''need'' blt so I ran "rpm -Uvh http://apt.bioxray.dk/rhel/el4/i386/RPMS.xray/blt-2.4z-1.2.el4.mok.i386.rpm" as root (this is a RHEL4 package but it works fine on RHEL5/CentOS-5). Then, just "setenv CCP4I_TCLTK $CBIN" in include/ccp4.setup, and | ||
source $CCP4/include/ccp4.setup | source $CCP4/include/ccp4.setup | ||
cd $CBIN | cd $CBIN | ||
ln -s /usr/bin/wish . | # ln -s /usr/bin/wish . # don't think this is req'd | ||
ln -s /usr/bin/bltwish . | ln -s /usr/bin/bltwish . | ||
ln -s /usr/bin/tclsh . | ln -s /usr/bin/tclsh . |