Skip to content

Commit 1dc5ae1

Browse files
committed
update instructions
1 parent 67a083c commit 1dc5ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If building from the git sources the `configure` script must be first generated.
209209
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.
210210

211211
```bash
212-
./configure --prefix=/var/tmp/wampcc_install --with-libuv=/opt/libuv-1.10.2 --with-jansson=/opt/jansson-2.7
212+
./configure --prefix=/var/tmp/wampcc_install --with-libuv=/opt/libuv-1.10.2 --with-jansson=/opt/jansson-2.10
213213
```
214214

215215
Note that the locations of *libuv* and *jansson* will be specific to your host, and will unlikely match this example.

0 commit comments

Comments
 (0)