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