summaryrefslogtreecommitdiffstats
path: root/README
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-25 09:41:41 +0100
commitebf27f69006bacdc9a87ff531dfac8be9f52316e (patch)
tree936ddf9a5342b254c78206d31e4a8526fc24d806 /README
parent476c185997b9e80b13061fb9fccafac96604d85a (diff)
Mention build dependencies, based on a change from Mateusz Urbanek.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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: