CentOS: Difference between revisions

298 bytes added ,  30 April 2008
m
Line 11: Line 11:
The best 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, run "yum -y install ntfs-3g fuse-ntfs-3g dkms dkms-fuse".
The best 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, run "yum -y install ntfs-3g fuse-ntfs-3g dkms dkms-fuse".


== Installation of CCP4 on a 32bit CentOS-5 machine ==
== Installation of CCP4 from source code, on a 32bit CentOS-5 machine ==


* 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'"
Line 21: Line 21:
  ln -s /usr/bin/wish .
  ln -s /usr/bin/wish .
  ln -s wish bltwish
  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/tclsh .
  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