summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-09-25 09:41:41 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-09-30 13:27:21 +0100
commit9d597390caf911cb23a2a748c1159a1cbc50de84 (patch)
treebd483b058059b0cedb8d9098d5e1f991beef002a
parent31bc4c4346a809188a908fea73a212dd71c8b096 (diff)
Mention build dependencies, based on a change from Mateusz Urbanek.
-rw-r--r--.github/README.md3
-rw-r--r--README3
2 files changed, 6 insertions, 0 deletions
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
diff --git a/README b/README
index 4f577060..e19cf90d 100644
--- a/README
+++ b/README
@@ -16,6 +16,9 @@ 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.
+
* Installation
To build and install tmux from a release tarball, use: