summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-07-26 08:38:37 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-07-26 08:38:37 +0100
commit3065b2137558756cb979f9fd40edebd74ffd0c26 (patch)
treeaf06eb605e5cebb64d2c0bb9a3923a46120f0bf3 /README
parente725b96a591ff269ad73946ac16b7f8fd3d0d2d9 (diff)
Mention autoconf and automake.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 63ee1b87..a5ffdd99 100644
--- a/README
+++ b/README
@@ -22,7 +22,8 @@ To build and install tmux from a release tarball, use:
tmux can use the utempter library to update utmp(5), if it is installed - run
configure with --enable-utempter to enable this.
-To get and build the latest from version control:
+To get and build the latest from version control (git and autoconf and automake
+is required):
$ git clone https://github.com/tmux/tmux.git
$ cd tmux