mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
Rewrite part of build dependencies on GNU/Debian & Ubuntu.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user