commit 47415905cee5b064aca53579123c4f41bd9b7505
parent 3687eed39d0baa8bace42b30537166b7485599e9
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 17 Nov 2016 09:39:17 +0100
Merge pull request #9 from AMDmi3/patch-1
Add dependency and ansilove installation instructions for FreeBSD
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -34,6 +34,7 @@ AnsiLove/C uses the `CMake` build system and requires the `GD` library and heade
- OpenBSD : pkg_add -r cmake gd
- NetBSD : pkgin install cmake gd
+- FreeBSD : pkg add cmake gd
- Mac OS X : brew install cmake gd
- Alpine Linux : apk add cmake gcc make musl-dev gd-dev
- Debian / Ubuntu : apt-get install cmake libgd-dev
@@ -47,9 +48,8 @@ AnsiLove/C uses the `CMake` build system and requires the `GD` library and heade
AnsiLove/C packages are available for :
-## OpenBSD
-
- pkg_add ansilove
+- OpenBSD : pkg_add ansilove
+- FreeBSD : pkg add ansilove
# Cocoa