From 24f5945dfd5504526214c70942abcb027fe86f7c Mon Sep 17 00:00:00 2001 From: Dan Bennett Date: Thu, 1 May 2025 16:46:35 -0500 Subject: [PATCH] Update README.md Added dependency on automake --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e0933125..5c354975 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ dependencies installed: Fedora) - `brew install autoconf` on macOS/OSX +- [GNU Automake](https://www.gnu.org/software/automake/) + + - `sudo apt install automake` on Debian-based distros (e.g., Ubuntu) + - `sudo dnf install automake` on Red Hat-based distros (e.g., + Fedora) + - `brew install automake` on macOS/OSX + - [GNU Libtool](https://www.gnu.org/software/libtool/) - `sudo apt install libtool` on Debian-based distros (e.g., Ubuntu)