CentOS: Difference between revisions

Jump to navigation Jump to search
36 bytes removed ,  7 September 2008
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 32bit CentOS-5 machine ==
== 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. So just "setenv CCP4I_TCLTK $CBIN" in include/ccp4.setup, and
* 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
mkdir $CBIN
  cd $CBIN
  cd $CBIN
  ln -s /usr/bin/wish .
  # ln -s /usr/bin/wish .     # don't think this is req'd
ln -s wish bltwish
ln -s /usr/bin/tclsh .
Update 2008-04-30: loggraph seems to ''need'' blt so I installed http://apt.bioxray.dk/rhel/el4/i386/RPMS.xray/blt-2.4z-1.2.el4.mok.i386.rpm (this is a RHEL4 package but it works fine on RHEL5/CentOS-5) and
cd $CBIN
rm bltwish
  ln -s /usr/bin/bltwish .
  ln -s /usr/bin/bltwish .
  ln -s /usr/bin/tclsh .
  ln -s /usr/bin/tclsh .
1,330

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu