ansilove

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

commit 7d4e6232ebca26a3651bbd10f4958ca450680790
parent 3672621f1c8bf6e45be00e8454f6a655ee75e391
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 17 Mar 2020 21:34:55 +0100

Add dependencies installation instructions for Fedora.

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

diff --git a/README.md b/README.md @@ -64,6 +64,7 @@ AnsiLove/C uses the `CMake` build system and requires the - Mac OS X: `brew install cmake` - Alpine Linux: `apk add cmake gcc make musl-dev` - Debian / Ubuntu / Mint: `apt-get install build-essential cmake` +- Fedora: `yum install cmake gcc make` - Solus: `eopkg install -c system.devel` For now, `libansilove` has to be installed manually.