Linux Packages
A summary of the linux packages, for various linux distributions, that may need to be installed to run CcpNmr software
Linux Packages
If you use certain linux
distributions, by far the easiest way to install the libraries required
to run CcpNmr software (if you have a network connection) is to use the
command line programs like apt-get or yum. This will
automatically download native software packages and satisfy any
inter-package dependencies. For example, if you're using Ubuntu 7.10 you would issue the following command:
sudo apt-get install python-dev python-tk tk8.4-dev libx11-dev freeglut3-dev libglu1-mesa-dev
Similarly, if you're using Fedora Core 6,7 or 8, all you need to do (usually as the root user) is to type at the command line:
yum install python-devel freeglut-devel tcl-devel tk-devel tkinter libX11-devel mesa-libGLU-devel
For Fedora Core 3 & 4 (5?) the equivalent would be:
yum install python-devel freeglut-devel tcl-devel tk-devel tkinter org-x11-Mesa-libGLU xorg-x11-devel
If you have the linux installation media you may also install the required packages with the RPM system, but you may have to resolve various dependencies manually. By way of example, to install the tcl development libraries you could type:
rpm -i tcl-devel-8.4.9-3.i386.rpm
A list of linux packages required to run CcpNmr Analysis for various linux distributions is given here.