fix bad cmake args example in README.build

As told here
https://github.com/warmcat/libwebsockets/issues/166

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-08-19 19:21:32 +08:00
parent 4b812fe4aa
commit 727d98d9b1

View file

@ -53,7 +53,7 @@ Building on Unix:
as --prefix= with autotools. It defaults to /usr/local.
You can do this by, eg
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
NOTE3
On machines that want libraries in lib64, you can also add the