Coot: Difference between revisions

89 bytes added ,  4 July 2008
Line 30: Line 30:
* [http://www.ysbl.york.ac.uk/~emsley/build-logs/build-it-gtk2-simple GTK2] - the new user interface. This script builds coot and most of the dependencies, excluding GTK2.
* [http://www.ysbl.york.ac.uk/~emsley/build-logs/build-it-gtk2-simple GTK2] - the new user interface. This script builds coot and most of the dependencies, excluding GTK2.


To build Coot, all you should need to do is edit a few settings in the top of the build script, or alternatively specify those settings as environment variables. For example, the following sequence of instructions will build the latest pre-release of the GTK 2 version on many machines:
To build Coot, all you should need to do is edit a few settings in the top of the build script, or alternatively specify those settings as environment variables. For example, the following sequence of instructions will build the latest pre-release of the GTK 2 version with python support:


  wget http://www.ysbl.york.ac.uk/~emsley/build-logs/build-it-gtk2-simple
  wget http://www.ysbl.york.ac.uk/~emsley/build-logs/build-it-gtk2-simple
Line 43: Line 43:
   
   
  bash build-it-gtk2-simple python > build.log
  bash build-it-gtk2-simple python > build.log
 
(This script works in bash. For tcsh, replace 'export' with 'setenv' and '=' with ' '.


There are also instructions for [[Custom building Coot from source code]]. This should not be attempted except by experts.
There are also instructions for [[Custom building Coot from source code]]. This should not be attempted except by experts.
16

edits