commit f4ab3912e2106c735b6bc7e04443c7ddfe2ea58d parent ebb17037e4d522bcd7d2d9fa5b2000ab5f33e17f Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Thu, 3 Sep 2015 22:55:57 +0200 Updating README file with dependencies installation instruction for Alpine Linux Diffstat:
M | README.md | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -59,7 +59,8 @@ Logswan uses the `CMake` build system and requires `GeoIP` and `Jansson` librari - 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` +- Alpine Linux : `apk add cmake gcc make musl-dev geoip-dev jansson-dev` +- Debian / Ubuntu : `apt-get install build-essential cmake libgeoip-dev libjansson-dev` ## Compiling