summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-09-25 09:43:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-09-25 09:43:35 +0100
commite2e5169f84723e3d8e34b7915f723ebbad3bb140 (patch)
tree3b8e19dff33b1f17a8065e597c814c109869d427
parentebf27f69006bacdc9a87ff531dfac8be9f52316e (diff)
Also pkg-config.
-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