From: Andy Green Date: Tue, 19 Aug 2014 11:21:32 +0000 (+0800) Subject: fix bad cmake args example in README.build X-Git-Tag: upstream/1.7.3~576 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=727d98d9b19a88eb46405b8b50281d961f9f055f;p=platform%2Fupstream%2Flibwebsockets.git fix bad cmake args example in README.build As told here https://github.com/warmcat/libwebsockets/issues/166 Signed-off-by: Andy Green --- diff --git a/README.build b/README.build index 4620661..0e14036 100644 --- a/README.build +++ b/README.build @@ -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