diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-25 09:43:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-09-30 13:27:25 +0100 |
commit | a8802371417ac5c41260fc3798c7a3a7abbfacd2 (patch) | |
tree | c1d941a11eb5494b313c36c750a00f7ab50edb5f | |
parent | 9d597390caf911cb23a2a748c1159a1cbc50de84 (diff) | |
download | rtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.tar.gz rtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.tar.bz2 rtmux-a8802371417ac5c41260fc3798c7a3a7abbfacd2.zip |
Also pkg-config.
-rw-r--r-- | .github/README.md | 4 | ||||
-rw-r--r-- | README | 4 |
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 @@ -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 |