Skip to content

Commit d0bb6d0

Browse files
author
Ivan Stoev
committed
Readme
1 parent 316fa18 commit d0bb6d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
This is a simple linux console client for pCloud cloud storage.
44

55
## 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.
710

811
Also requires
9-
CMake and Automake build systems.
12+
[CMake](https://cmake.org/) build system.
1013

1114
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
1316
1417
## Usage
1518
- ./pcl_client -h

0 commit comments

Comments
 (0)