CentOS: Difference between revisions

324 bytes removed ,  14 November 2009
Line 19: Line 19:
* 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, 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
* make sure to choose the tcltk package when you download CCP4; this will configure and install blt, bltwish, and tcl/tk together with the main part of CCP4.
source $CCP4/include/ccp4.setup
cd $CBIN
# ln -s /usr/bin/wish .      # don't think this is req'd
ln -s /usr/bin/bltwish .
ln -s /usr/bin/tclsh .
* Following Tim Grüne's advice, comment out the modification of MANPATH in $CCP4/include/ccp4.setup .
* Following Tim Grüne's advice, comment out the modification of MANPATH in $CCP4/include/ccp4.setup .


1,330

edits