Custom building Coot from source code: Difference between revisions

Undo revision 1930 by Mok (talk)
(Explain how to install mok0's Coot package for Ubuntu)
(Undo revision 1930 by Mok (talk))
Line 68: Line 68:
===Ubuntu packages===
===Ubuntu packages===


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.
A [[list of coot dependencies]] that is probably only a subset
 
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: ===
6

edits