aboutsummaryrefslogtreecommitdiff
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-30 13:27:25 +0100
commita8802371417ac5c41260fc3798c7a3a7abbfacd2 (patch)
treec1d941a11eb5494b313c36c750a00f7ab50edb5f /.github
parent9d597390caf911cb23a2a748c1159a1cbc50de84 (diff)
downloadrtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.tar.gz
rtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.tar.bz2
rtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.zip
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