Skip to content

Commit 6890381

Browse files
authored
Add dependency and ansilove installation instructions for FreeBSD
1 parent 3687eed commit 6890381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ AnsiLove/C uses the `CMake` build system and requires the `GD` library and heade
3434

3535
- OpenBSD : pkg_add -r cmake gd
3636
- NetBSD : pkgin install cmake gd
37+
- FreeBSD : pkg add cmake gd
3738
- Mac OS X : brew install cmake gd
3839
- Alpine Linux : apk add cmake gcc make musl-dev gd-dev
3940
- 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
4748

4849
AnsiLove/C packages are available for :
4950

50-
## OpenBSD
51-
52-
pkg_add ansilove
51+
- OpenBSD : pkg_add ansilove
52+
- FreeBSD : pkg add ansilove
5353

5454
# Cocoa
5555

0 commit comments

Comments
 (0)