document configure options a bit more

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@431 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-04-06 04:23:37 +00:00
parent bd654f1e18
commit ec120bccac
2 changed files with 12 additions and 1 deletions

View File

@ -19,6 +19,8 @@ To compile YAP just do:
(7) Happy? make install
If you want corouting or CLP(QR)
1.1 Where to install Yap
Recent versions of Yap try to follow GNU conventions on where to

View File

@ -468,7 +468,16 @@ To compile YAP it should be sufficient to:
@item @code{cd ARCH}.
@item @code{../configure}.
@item @code{../configure ...options...}.
Notice that by default @code{configure} gives you a vanilla
configuration. For instance, in order to use coroutining and/or CLP
you need to do
@example
../configure --enable-coroutining ...options...
@end example
Please @pxref{Configuration Options} for extra options.
@item check the Makefile for any extensions or changes you want to
make.