Skip to content

Commit

Permalink
Include automake for Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Oct 9, 2022
1 parent bc22bee commit b0e5dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ List of build-time dependencies:
* standard GNU autotools-based C toolchain
- C99 compliant compiler
- `autoconf`
- `automake`
- `autotools`
* `ncurses`

Expand All @@ -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**
Expand Down

0 comments on commit b0e5dc1

Please sign in to comment.