Skip to content

Commit

Permalink
Added autoconf and libtool dependencies to Debian/Ubuntu build instru…
Browse files Browse the repository at this point in the history
…ctions in README.md
  • Loading branch information
gkiessling authored Oct 24, 2024
1 parent 198ca2c commit 3067ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Grab the deps and then follow this process.
Debian/Ubuntu Dependencies:

```
sudo apt install libboost-dev libsodium-dev \
sudo apt install libboost-dev libsodium-dev autoconf libtool \
libprotobuf-dev protobuf-compiler libgflags-dev libutempter-dev libcurl4-openssl-dev \
build-essential ninja-build cmake git zip
```
Expand Down

0 comments on commit 3067ecb

Please sign in to comment.