summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/README.md4
-rw-r--r--README4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/README.md b/.github/README.md
index f41ff7e5..c1c35534 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -14,8 +14,8 @@ page](https://github.com/libevent/libevent/releases/latest).
It also depends on [ncurses](https://www.gnu.org/software/ncurses/), available
from [this page](https://invisible-mirror.net/archives/ncurses/).
-To build tmux, a C compiler (for example gcc or clang), make and a suitable
-yacc (yacc or bison) are needed.
+To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a
+suitable yacc (yacc or bison) are needed.
## Installation
diff --git a/README b/README
index e19cf90d..730b9a30 100644
--- a/README
+++ b/README
@@ -16,8 +16,8 @@ It also depends on ncurses, available from:
https://invisible-mirror.net/archives/ncurses/
-To build tmux, a C compiler (for example gcc or clang), make and a suitable
-yacc (yacc or bison) are needed.
+To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a
+suitable yacc (yacc or bison) are needed.
* Installation