fix missing characters in INSTALL

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@435 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-04-08 22:14:22 +00:00
parent 83a9b6530e
commit c6a86be1c0
1 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ To compile YAP just do:
(2) cd arch
(3) ../configure
(3) ../configure ...options...
(4) check the Makefile for any extensions or changes you want to make.
@ -19,7 +19,10 @@ To compile YAP just do:
(7) Happy? make install
If you want corouting or CLP(QR)
If you want corouting or CLP(QR), please do replace step 3 by
(3') ../configure --enable-coroutining ...other options...
1.1 Where to install Yap