diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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++ |