Skip to content

Commit 5eff839

Browse files
author
Ivan Stoev
committed
Adding build steps in README
1 parent e8a3e12 commit 5eff839

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ Also requires
1414
On Ubuntu you can run the following command:
1515
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
1616
17+
## Build steps
18+
19+
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev git
20+
> mkdir console-client
21+
> git clone https://github.com/pcloudcom/console-client.git ./console-client/
22+
> cd ./console-client/pCloudCC/
23+
> cd lib/pclsync/
24+
> make clean
25+
> make fs
26+
> cd ../mbedtls/
27+
> cmake .
28+
> make clean
29+
> make
30+
> cd ../..
31+
> cmake .
32+
> make
33+
> sudo make install
34+
> ldconfig
35+
> pcloudcc -u username -p
36+
1737
## Usage
1838
Terminal command is pcloudcc and -h option prints short options description.
1939
> ./pcloudcc -h

0 commit comments

Comments
 (0)