Skip to content

Commit b1cc387

Browse files
author
Ivan Stoev
committed
README
1 parent 5eff839 commit b1cc387

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ On Ubuntu you can run the following command:
1616
1717
## Build steps
1818

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
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
3636
3737
## Usage
3838
Terminal command is pcloudcc and -h option prints short options description.

0 commit comments

Comments
 (0)