From f3a03e54ff33aa742765bbb9ab2878df5362db27 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 29 Jan 2019 17:04:03 +0100 Subject: Readme --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e20ef28..a32972f 100644 --- a/Readme.md +++ b/Readme.md @@ -4,11 +4,14 @@ 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+ + + -L./lib -lengine -lstdc++ -- cgit v1.2.3