6
edits
m (correct to new gpp4 distribution at launchpad.net) |
(Explain how to install mok0's Coot package for Ubuntu) |
||
Line 68: | Line 68: | ||
===Ubuntu packages=== | ===Ubuntu packages=== | ||
A | A pre-packaged version of Coot (0.7-pre-1) for Ubuntu is available from mok0's Personal Package Archive (PPA) on Launchpad. Currently, packages for Ubuntu 10.04 (Lucid) and 10.10 (Maverick) are available. | ||
To install the coot package on your system, you first need to install the public key for mok0's PPA: | |||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1DC81A57 | |||
Next, add the PPA repository to your /etc/apt/sources.list file: | |||
sudo add-apt-repository ppa:mok0/ppa | |||
That's it! Now, you should be able to: | |||
apt-get update && apt-get install coot | |||
This version of Coot only supports the Python scripting language. | |||
===Others that you have to make yourself: === | ===Others that you have to make yourself: === |
edits