summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
parentebf27f69006bacdc9a87ff531dfac8be9f52316e (diff)
Also pkg-config.
Diffstat (limited to '.github')
-rw-r--r--.github/README.md4
1 files changed, 2 insertions, 2 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