Custom building Coot from source code: Difference between revisions

m
(no longer the forth section so retitle)
Line 61: Line 61:
[http://www.ysbl.york.ac.uk/~emsley/software/extras/net-http-0.3.1.tar.gz net-htttp] (I had to compile this myself)
[http://www.ysbl.york.ac.uk/~emsley/software/extras/net-http-0.3.1.tar.gz net-htttp] (I had to compile this myself)


To compile these, use the commands
 
 
To do so, I used


  configure --prefix=/usr
  configure --prefix=/usr
  make
  make
  sudo make install
  sudo make install
This puts stuff into /usr, rather than /usr/local or /usr/local/xtal, which you might not want to do.  The aim is to eventually get these into the standard system distribution, in which case they will reside in /usr with the other guile extensions. All of these should work with guile-1.8.


====Configuring and building coot ====
====Configuring and building coot ====
126

edits