Custom building Coot from source code: Difference between revisions

moved this
(merged into first section)
(moved this)
Line 37: Line 37:
  wget http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper20ac.latest.tar.gz
  wget http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper20ac.latest.tar.gz
  CPPFLAGS=-I/usr/local/xtal/include ./configure --prefix=/usr/local/xtal --includedir=/usr/local/xtal/include -enable-shared --with-gpp4=/usr/local/xtal --with-mmdb=/usr/local/xtal --with-fftw=/usr/local/xtal --enable-mmdb --enable-minimol --enable-cif --enable-cns --enable-gpp4
  CPPFLAGS=-I/usr/local/xtal/include ./configure --prefix=/usr/local/xtal --includedir=/usr/local/xtal/include -enable-shared --with-gpp4=/usr/local/xtal --with-mmdb=/usr/local/xtal --with-fftw=/usr/local/xtal --enable-mmdb --enable-minimol --enable-cif --enable-cns --enable-gpp4
make
make install
=====guile-lib=====
Yet another little guile fragment that is not distributed (well actually there is a very old one that works with guile1.4 — we need this for guile1.8)
wget http://download.gna.org/guile-lib/guile-lib-0.1.6.tar.gz./configure --prefix=/usr
  make
  make
  make install
  make install
126

edits