From: Stephen Seo Date: Mon, 21 May 2018 07:49:37 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.0~48 X-Git-Url: https://git.seodisparate.com/stephenseo/static/search/searchdata.js?a=commitdiff_plain;h=08433bcb4ec27c8c61297e1543784b538153dfde;p=EntityComponentMetaSystem Update README.md --- 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`