summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-01-29 16:49:35 +0100
committerGravatar jonas <himself@jonasgunz.de> 2019-01-29 16:49:35 +0100
commitcf5bf15232c19dda330f7ccab7737f828460f001 (patch)
tree08210c5391d78a98dfb3c9d59ad018ecd331414e /Readme.md
parentda2b8fc6673076d3fc600d275f5e5c8e95b54cac (diff)
downloadtermgl-cf5bf15232c19dda330f7ccab7737f828460f001.tar.gz
Makefile now creates dynamic library Package
main.cpp is now test.cpp and contains a test routine. Build with make test
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 46b5e0a..e20ef28 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1 +1,14 @@
[![Build Status](https://travis-ci.org/kompetenzbolzen/engine.svg?branch=master)](https://travis-ci.org/kompetenzbolzen/engine)
+
+# Compiling
+
+engine should compile just fine with just the c++ standard librarys.
+Required Packages:
+ g++
+ make
+
+this creates two folders in ./build/: lib and inc, wich hold the library and the headers respectively. these can then be copied into your projects directory.
+
+#Using
+Compile your program with linkerflags:
+ -L./lib -lengine -lstdc+