diff options
author | jonas <himself@jonasgunz.de> | 2019-01-29 17:04:03 +0100 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-01-29 17:04:03 +0100 |
commit | f3a03e54ff33aa742765bbb9ab2878df5362db27 (patch) | |
tree | 80fd639e530526e7df2923eee75f52aed392a7e3 | |
parent | e0af135ac33d83d4220a9a5bbc0ad162a9fc93f1 (diff) | |
download | termgl-f3a03e54ff33aa742765bbb9ab2878df5362db27.tar.gz |
Readme
-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++ |