Custom building Coot from source code: Difference between revisions

merged into first section
(merged into first section)
Line 46: Line 46:
  make install
  make install


====Second, install a newer version of Clipper====
Get the latest clipper from


wget http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.latest.tar.gz
I installed the latest clipper into /usr/local/xtal  It was a PITA to compile:
CPPFLAGS="-I$CLIB/src/mmdb" ./configure --prefix=/usr/local/xtal --with-fftw=$CCP4 \
--with-ccp4=$CCP4 --with-mmdb=$CLIB --enable-cns --enable-ccp4 --enable-mmdb \
--enable-mmdbold --enable-cif --enable-minimol


====Third, make sure the other needed dependencies are installed====
====Third, make sure the other needed dependencies are installed====
126

edits