Rewrite part of build dependencies on GNU/Debian & Ubuntu.

This commit is contained in:
Pascal Obry
2015-02-11 21:16:40 +01:00
parent a9c42b0b91
commit 07321ac9f4
+8 -9
View File
@@ -5,21 +5,19 @@ cloud files via a mount-point.
BUILDING:
You'll need libcurl, fuse, libssl, and libxml2 (and probably their dev
packages) installed to build it. From a base Debian or Ubuntu install,
this should get you to a point you can build and run it:
apt-get install build-essential libcurl4-openssl-dev libxml2-dev \
libssl-dev libfuse-dev libjson0-dev pkg-config
packages) installed to build it.
For CentOS or similar,
For CentOS or similar:
yum install gcc make fuse-devel curl-devel libxml2-devel \
openssl-devel json-c-devel
For Debian or Ubuntu,
apt-get install gcc make libfuse-dev libcurl-dev \
For GNU/Debian or Ubuntu:
apt-get install gcc make libfuse-dev pkg-config \
libcurl4-openssl-dev libxml2-dev libssl-dev libjson-c-dev
Cloudfuse is built and installed like any other autoconf configured code.
Normally,
Normally:
./configure
make
sudo make install
@@ -37,7 +35,8 @@ USE:
web interface: https://hubic.com/home/browser/developers/
The refresh_token can be obtained running the script provided (hubic_token)
or with any other method you like if you follow the example at https://api.hubic.com
or with any other method you like if you follow the example at
https://api.hubic.com
Then you can call hubicfuse: