From fbc4e1d5232306c3c3701aea9c53f3399dd77cfa Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Mon, 20 Oct 2014 20:16:39 +0400 Subject: [PATCH] Add instructions for building with camlp4 support to README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac8e36..e6cbd3a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Dependencies * [Camomile](http://github.com/yoriyuki/Camomile) (>= 0.8) * [zed](http://github.com/diml/zed) (>= 1.2) * [lambda-term](http://github.com/diml/lambda-term) (>= 1.2) +* [camlp4](http://github.com/ocaml/camlp4) (optional) For building the development version, you also need to install [oasis](http://oasis.forge.ocamlcore.org/) (>= 0.4.0). @@ -42,6 +43,10 @@ To build and install utop: $ make $ make install +If you want to be able to use camlp4, rather use: + + $ ./configure --enable-camlp4 + ### Documentation and manual pages _(optional)_ To build the documentation: @@ -50,7 +55,7 @@ To build the documentation: It will then be installed by `make install`. -### Tests _(optionnal)_ +### Tests _(optional)_ To build and execute tests: