From 9b5281520d3f1a1eb0050b39e18d17c9c2924f68 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 10 Jun 2017 22:16:55 +0900 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe78f3b..2490072 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Create a build directory. `mkdir build` Generate makefile with CMake. -`cd build` +`cd build` `cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src` Build the project.