Custom building Coot from source code: Difference between revisions

Jump to navigation Jump to search
Undo revision 1930 by Mok (talk)
m (added link Coot#Installation_from_a_distributed_binary_tarball_package)
(Undo revision 1930 by Mok (talk))
(4 intermediate revisions by 2 users not shown)
Line 38: Line 38:


===gpp4===
===gpp4===
  wget ftp://ftp.bioxray.au.dk/pub/mok/src/gpp4-1.0.4.tar.gz
  wget http://launchpad.net/gpp4/1.3/1.3.1/+download/gpp4-1.3.1.tar.gz
  CPPFLAGS=-I/usr/local/xtal/include ./configure --prefix=/usr/local/xtal --includedir=/usr/local/xtal/include
  CPPFLAGS=-I/usr/local/xtal/include ./configure --prefix=/usr/local/xtal --includedir=/usr/local/xtal/include
  make
  make
Line 140: Line 140:


===To make it play nice with python, I have had to do the following: ===
===To make it play nice with python, I have had to do the following: ===
  perl pi -e 's|PYTHONHOME=\$COOT_PREFIX|\#PYTHONHOME=\$COOT_PREFIX|g' bin/coot
  perl -pi -e 's|PYTHONHOME=\$COOT_PREFIX|\#PYTHONHOME=\$COOT_PREFIX|g' bin/coot
  cp src/coot.py python/.
  cp src/coot.py python/.
  cp src/coot.py share/coot/python/.
  cp src/coot.py share/coot/python/.
 
===Now add the reference structures: ===
===Now add the reference structures: ===
  cd share/coot
  cd share/coot
Line 153: Line 153:


  cd /tmp
  cd /tmp
wget wget http://www.ysbl.york.ac.uk/refmac/data/refmac5.4_dictionary.tar.gz
  wget http://www.ysbl.york.ac.uk/refmac/data/refmac_dictionary.tar.gz
  tar xvfz refmac5.4_dictionary.tar.gz
  tar xvfz refmac_dictionary.tar.gz
  mkdir -p  /usr/local/xtal/coot-0.5/lib/data
  mkdir -p  /usr/local/xtal/coot-0.5.2/lib/data
  cp -r dic /usr/local/xtal/coot-0.5/lib/data/monomers
  cp -r dic /usr/local/xtal/coot-0.5.2/lib/data/monomers


===Export the COOT_REFMAC_LIB_DIR variable ===
===Export the COOT_REFMAC_LIB_DIR variable ===
6

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu