File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ On Ubuntu you can run the following command:
16
16
17
17
## Build steps
18
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
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
36
37
37
## Usage
38
38
Terminal command is pcloudcc and -h option prints short options description.
You can’t perform that action at this time.
0 commit comments