From: Stephen Seo Date: Sat, 10 Jun 2017 13:15:59 +0000 (+0900) Subject: Added readme X-Git-Tag: 1.0~79 X-Git-Url: https://git.seodisparate.com/stephenseo/css/solid.min.css?a=commitdiff_plain;h=be8ac2f8371e217f41a67fd75250404a2ea6e757;p=EntityComponentMetaSystem Added readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe78f3b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + +# Compiling + +Create a build directory. +`mkdir build` + +Generate makefile with CMake. +`cd build` +`cmake -DCMAKE_INSTALL_PREFIX=./install -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` +