From 3067ecba90ce4f426dedd7ff685ea922e913e860 Mon Sep 17 00:00:00 2001 From: gkiessling Date: Thu, 24 Oct 2024 14:17:43 -0700 Subject: [PATCH] Added autoconf and libtool dependencies to Debian/Ubuntu build instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97c0007c..dab07cb47 100644 --- a/README.md +++ b/README.md @@ -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 ```