From dd79c1f1df7331d8b2b37c2654e91c50744f2e62 Mon Sep 17 00:00:00 2001 From: Subhransu Date: Mon, 27 May 2019 13:36:02 +0900 Subject: [PATCH] Update README.md Updated cmake build instruction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e2d538d27..df97461e4b 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ mkdir build Run cmake command inside build directory to configure rlottie. ``` cd build -cmake -DLIB_INSTALL_DIR=/usr/lib .. +cmake .. -# install to a different prefix. eg ~/test/lib +# install in a different path. eg ~/test/usr/lib -cmake -DCMAKE_INSTALL_PREFIX=~/test -DLIB_INSTALL_DIR=lib .. +cmake -DCMAKE_INSTALL_PREFIX=~/test .. ``` Run make to build rlottie