From 1dc5ae1939c0e2b2c755062affec914e68ee4e1b Mon Sep 17 00:00:00 2001 From: Darren Smith Date: Wed, 31 May 2017 23:55:19 +0100 Subject: [PATCH] update instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad99a4bb..b5c6851e 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ If building from the git sources the `configure` script must be first generated. The source code is now ready to be configured. This is done by running the `configure` script, and passing it the locations of *libuv* and *jansson*, and also the location where *wampcc* should finally be installed. ```bash -./configure --prefix=/var/tmp/wampcc_install --with-libuv=/opt/libuv-1.10.2 --with-jansson=/opt/jansson-2.7 +./configure --prefix=/var/tmp/wampcc_install --with-libuv=/opt/libuv-1.10.2 --with-jansson=/opt/jansson-2.10 ``` Note that the locations of *libuv* and *jansson* will be specific to your host, and will unlikely match this example.