Add libmagic-dev dependency for GNU/Debian.

This commit is contained in:
Pascal Obry
2015-04-03 16:25:24 +02:00
parent 4f3740a222
commit 238affd958
+2 -1
View File
@@ -18,7 +18,8 @@ BUILDING:
For GNU/Debian or Ubuntu:
apt-get install gcc make curl libfuse-dev pkg-config \
libcurl4-openssl-dev libxml2-dev libssl-dev libjson-c-dev
libcurl4-openssl-dev libxml2-dev libssl-dev libjson-c-dev \
libmagic-dev
Cloudfuse is built and installed like any other autoconf configured code.
Normally: