Update README for CentOS build.

This commit is contained in:
Pascal Obry
2015-04-04 00:51:34 +02:00
parent 92fca7f8e6
commit c275ab65e1
+8 -6
View File
@@ -13,18 +13,20 @@ BUILDING:
packages) installed to build it.
For CentOS or similar:
yum install gcc make fuse-devel curl-devel libxml2-devel \
openssl-devel json-c-devel
$ yum install gcc make fuse-devel curl-devel libxml2-devel \
openssl-devel json-c-devel file-devel
$ PKG_CONFIG_PATH=/lib64/pkgconfig ./configure
For GNU/Debian or Ubuntu:
apt-get install gcc make curl libfuse-dev pkg-config \
$ apt-get install gcc make curl libfuse-dev pkg-config \
libcurl4-openssl-dev libxml2-dev libssl-dev libjson-c-dev \
libmagic-dev
Cloudfuse is built and installed like any other autoconf configured code.
Normally:
$ ./configure
Then just compile and install:
./configure
make
sudo make install