File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,26 @@ Also requires
14
14
On Ubuntu you can run the following command:
15
15
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
16
16
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
+
17
37
## Usage
18
38
Terminal command is pcloudcc and -h option prints short options description.
19
39
> ./pcloudcc -h
You can’t perform that action at this time.
0 commit comments