File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
This is a simple linux console client for pCloud cloud storage.
4
4
5
5
## Required libraries
6
- Zlib, Boost, Pthread, Fuse
6
+ [ Zlib] ( http://zlib.net/ ) A Massively Spiffy Yet Delicately Unobtrusive Compression Library
7
+ [ Boost] ( http://www.boost.org/ ) Boost system and boost program options libraries used.
8
+ [ Pthread] ( http://www.gnu.org/ )
9
+ [ Fuse] ( https://github.com/libfuse/libfuse ) Filesystem in Userspace.
7
10
8
11
Also requires
9
- CMake and Automake build systems .
12
+ [ CMake] ( https://cmake.org/ ) build system .
10
13
11
14
On ubuntu you can run the following command:
12
- sudo apt-get install cmake zlib1g-dev libboost-all- dev libpthread-stubs0-dev libfuse-dev automake
15
+ > sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options- dev libpthread-stubs0-dev libfuse-dev
13
16
14
17
## Usage
15
18
- ./pcl_client -h
You can’t perform that action at this time.
0 commit comments