126
edits
Line 84: | Line 84: | ||
Now configure this way: | Now configure this way: | ||
<code> | |||
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 98: | 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> | |||
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: |
edits