From ae7f9766e844bb351407e236c47750714aae00af Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Thu, 14 Nov 2024 18:42:45 -0500 Subject: [PATCH] Update README.md Add autoconf to the apt install list, needed to execute the autogen.sh script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf49d6762..593ecb688 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ To start contributing to Mosh, install the following dependencies: Debian, Windows Subsystem for Linux: ``` -$ sudo apt install -y build-essential protobuf-compiler \ +$ sudo apt install -y build-essential autoconf protobuf-compiler \ libprotobuf-dev pkg-config libutempter-dev zlib1g-dev libncurses5-dev \ libssl-dev bash-completion tmux less ```