summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2022-09-25 19:40:50 +0200
committerBenBE <BenBE@geshi.org>2022-10-09 20:42:18 +0200
commitb0e5dc1f40453bb96b5466b284c972365c57581b (patch)
tree04604ccc30c382763c01d8a5b7c4b7db576c91fb /README
parentbc22bee6505a4953d20eed96899d929e769a7baa (diff)
Include automake for Debian/Ubuntu
Fixes #1041
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 55372b43..7ace7cd1 100644
--- a/README
+++ b/README
@@ -34,6 +34,7 @@ List of build-time dependencies:
* standard GNU autotools-based C toolchain
- C99 compliant compiler
- `autoconf`
+ - `automake`
- `autotools`
* `ncurses`
@@ -54,7 +55,7 @@ Install these and other required packages for C development from your package ma
**Debian/Ubuntu**
~~~ shell
-sudo apt install libncursesw5-dev autotools-dev autoconf build-essential
+sudo apt install libncursesw5-dev autotools-dev autoconf automake build-essential
~~~
**Fedora/RHEL**

© 2014-2024 Faster IT GmbH | imprint | privacy policy