From: Stephen Seo Date: Sat, 10 Jun 2017 13:16:55 +0000 (+0900) Subject: Updated README.md X-Git-Tag: 1.0~78 X-Git-Url: https://git.seodisparate.com/js/darkmode.js?a=commitdiff_plain;h=9b5281520d3f1a1eb0050b39e18d17c9c2924f68;p=EntityComponentMetaSystem Updated README.md --- 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.