]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Added readme
authorStephen Seo <seo.disparate@gmail.com>
Sat, 10 Jun 2017 13:15:59 +0000 (22:15 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 10 Jun 2017 13:15:59 +0000 (22:15 +0900)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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`
+