From 08433bcb4ec27c8c61297e1543784b538153dfde Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 21 May 2018 16:49:37 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1df55e4..9da128f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Create a build directory. Generate makefile with CMake. `cd build` -`cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src` +`cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src` Build the project. `make` -Optionally install the project to where CMAKE\_INSTALL\_PREFIX was set. -`make install` +Optionally install the project to where you want to. +`make DESTDIR=install_here install`