From 9d597390caf911cb23a2a748c1159a1cbc50de84 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 25 Sep 2020 09:41:41 +0100 Subject: Mention build dependencies, based on a change from Mateusz Urbanek. --- .github/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/README.md b/.github/README.md index 2b299cc5..f41ff7e5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -14,6 +14,9 @@ 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. + ## Installation ### From release tarball -- cgit