Skip to content

Commit 0df8932

Browse files
authored
Merge pull request #100 from nlko/patch-1
Added missing libudev-dev in build dependencies in the README
2 parents a48fc16 + 733cdbf commit 0df8932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Also requires
1212
[CMake](https://cmake.org/) build system.
1313

1414
On Ubuntu you can run the following command:
15-
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
15+
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev libudev-dev
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
19+
> sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev libudev-dev git
2020
> mkdir console-client
2121
> git clone https://github.com/pcloudcom/console-client.git ./console-client/
2222
> cd ./console-client/pCloudCC/

0 commit comments

Comments
 (0)