commit a1835acb2c80c4f48d40a27d5310a988830afcc6
parent 585c547ed01372b3885acb6625c983bf13c53281
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 10 Dec 2015 00:01:19 +0100
More documentation tweaks + THANKS file update
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -22,15 +22,13 @@ This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) in
AnsiLove/C is strictly using the `C99 standard` to achieve high portability to all major operating systems. It's developed from ground up with the vision to compile just fine on your platform. Supported compilers are `GCC` and `Clang`, others may work but aren't tested. We use Linux, OpenBSD and Mac OS X for AnsiLove/C development.
-Feel free to fork and create Linux packages, [Homebrew](https://github.com/mxcl/homebrew) formulas, whatever.
-
# Why C?
There were many reasons, most notably PHP interpreter independence and performance. A solid C foundation is just perfect for creating libraries and frameworks and it can easily embedded into applications. We already mentioned portability. What else? We wanted evolution. AnsiLove/C should not be understood as a port. It takes many different approaches (like processing binary font dumps or generating @2x Retina images), it is overall improved and introduces new features. While results tend to be the same, the codebase does not have much in common with it's ancestor.
# Dependencies
-AnsiLove/C uses the `CMake` build system and requires the GD library and header files.
+AnsiLove/C uses the `CMake` build system and requires the `GD` library and header files.
# Installing dependencies
diff --git a/THANKS b/THANKS
@@ -17,6 +17,12 @@ Fonts :
+Code :
+
+- Ted Unangst and Todd Miller for strtonum.c
+
+
+
ASCiis logos used in the releases :
- H7 for the ansilove documentation logo