commit da5761b5d6e839b1719f89f1bc6e0e06f9887027
parent 72800dd4cf047f4e1dd7844ff07d1790a4c6c5ea
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 12 Jul 2015 01:28:23 +0200
Updating README file (installing dependencies on NetBSD)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -56,6 +56,7 @@ Logswan uses the `CMake` build system and requires `GeoIP` and `Jansson` librari
## Installing dependencies
- OpenBSD : `pkg_add -r cmake GeoIP jansson`
+- NetBSD : `pkgin install cmake GeoIP jansson`
- Mac OS X : `brew install cmake geoip jansson`
- Linux (Debian / Ubuntu): `apt-get install cmake libgeoip-dev libjansson-dev`