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:
parent
bd654f1e18
commit
ec120bccac
2
INSTALL
2
INSTALL
@ -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
|
||||
|
11
docs/yap.tex
11
docs/yap.tex
@ -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.
|
||||
|
Reference in New Issue
Block a user