ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit feea95ab576ae10601252e47df9dfb46448b6f1a
parent 4a3ad66c2a6815e20fa47a653d0a366d5b28ff7a
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu, 21 Jan 2016 15:04:33 +0100

Documentation update (adding OpenBSD installation instructions)

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -43,6 +43,14 @@ AnsiLove/C uses the `CMake` build system and requires the `GD` library and heade cmake . make +# Installation + +AnsiLove/C packages are available for : + +## OpenBSD + + pkg_add ansilove + # Cocoa If you're looking for something to implement into your Cocoa applications, we highly recommend taking a look at [AnsiLove.framework](https://github.com/ByteProject/AnsiLove.framework).