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:
parent
4b812fe4aa
commit
727d98d9b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue