Skip to content

Commit 3067ecb

Browse files
authored
Added autoconf and libtool dependencies to Debian/Ubuntu build instructions in README.md
1 parent 198ca2c commit 3067ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Grab the deps and then follow this process.
227227
Debian/Ubuntu Dependencies:
228228

229229
```
230-
sudo apt install libboost-dev libsodium-dev \
230+
sudo apt install libboost-dev libsodium-dev autoconf libtool \
231231
libprotobuf-dev protobuf-compiler libgflags-dev libutempter-dev libcurl4-openssl-dev \
232232
build-essential ninja-build cmake git zip
233233
```

0 commit comments

Comments
 (0)