]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 21 May 2018 07:49:37 +0000 (16:49 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 21 May 2018 07:49:37 +0000 (16:49 +0900)
README.md

index 1df55e4275e0af5d5ed1b638e5dbd2fb8e0779cb..9da128f51d10698c9370445f9a76c7e832d379c8 100644 (file)
--- 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`