Skip to content

Commit 733cdbf

Browse files
authored
Update README.md
Added missing libudev-dev in build dependencies
1 parent 1850db4 commit 733cdbf

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)