Skip to content

Commit dc189aa

Browse files
sc-idevopsTheAssassin
authored andcommitted
Update README.md
added missing build dependency libgcrypt20-dev
1 parent 1608115 commit dc189aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ this library.
3030
To build on Debian or Ubuntu style systems:
3131

3232
```
33-
sudo apt-get -y install git cmake g++ libssl-dev libssh2-1-dev libcurl4-gnutls-dev zlib1g-dev
33+
sudo apt-get -y install git cmake g++ libssl-dev libssh2-1-dev libcurl4-gnutls-dev zlib1g-dev libgcrypt20-dev
3434
3535
git submodule update --init
3636
mkdir build

0 commit comments

Comments
 (0)