Custom building Coot from source code: Difference between revisions

m
Line 84: Line 84:
Now configure this way:
Now configure this way:


<code>
<pre>
PATH="/usr/local/xtal/bin:$PATH" \
PATH="/usr/local/xtal/bin:$PATH" \
CPPFLAGS="-I/usr/local/xtal/include -I/usr/local/xtal/include/clipper -I/usr/local/xtal/include/gpp4 -I/usr/local/xtal/include/mmdb -I/usr/local/xtal/include/ssm" \
CPPFLAGS="-I/usr/local/xtal/include -I/usr/local/xtal/include/clipper -I/usr/local/xtal/include/gpp4 -I/usr/local/xtal/include/mmdb -I/usr/local/xtal/include/ssm" \
Line 99: Line 99:
--with-guile-gtk-prefix=/usr --with-gsl-prefix=/usr \
--with-guile-gtk-prefix=/usr --with-gsl-prefix=/usr \
--with-guile --with-python
--with-guile --with-python
</code>
</pre>


Then, remake the  src/coot_wrap_python.cc and src/coot_wrap_guile.cc files:
Then, remake the  src/coot_wrap_python.cc and src/coot_wrap_guile.cc files:
126

edits