From 7faa7890ec6e899158962506ad17b75bb92ebb16 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 30 Mar 2019 01:23:26 +0100 Subject: Rename + Version change Signed-off-by: Jonas Gunz --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index d76db3b..f178de3 100644 --- a/Readme.md +++ b/Readme.md @@ -2,13 +2,13 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9b19f9f7a8d241368f6ee640d824b293)](https://www.codacy.com/app/kompetenzbolzen/engine?utm_source=github.com&utm_medium=referral&utm_content=kompetenzbolzen/engine&utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/kompetenzbolzen/engine/badge/master)](https://www.codefactor.io/repository/github/kompetenzbolzen/engine/overview/master) -# engine (the most creative name I could come up with) +# TermGL -engine is a library for displaying ASCII-graphics in a text console. For more information on how to use, consult the documentation (`make doc`) and look at the example programs in `example/`. +TermGL is a library for displaying ASCII-graphics in a text console. For more information on how to use, consult the documentation (`make doc`) and look at the example programs in `example/`. ## Compiling the library -engine should compile just fine with just the c++ standard librarys. The Makefile is set up for clang, but gcc should also work. +TermGL should compile just fine with just the c++ standard librarys. The Makefile is set up for clang, but gcc should also work. Required Packages: clang @@ -24,4 +24,4 @@ To build the documentation, install `doxygen` and run `make doc`. Compile your program with linkerflags: - -L/path/to/lib -lengine -lstdc++ + -L/path/to/lib -ltermgL -lstdc++ -- cgit v1.2.3