From d7950b879888541a609308a426135a76f0bce437 Mon Sep 17 00:00:00 2001 From: guest271314 Date: Mon, 6 Nov 2023 23:11:04 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f180db..c29ec0ef 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,11 @@ submodules with `git submodule update --init` before proceeding to the build. ### GNU/Linux -Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`): +Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`, `libtool`): ```bash # On Debian / Ubuntu -sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo +sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo libtool ``` ### macOS