summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-04-03 23:55:38 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-04-03 23:55:38 +0100
commit75b2c1693e66d624ef0c012b3b811d08a42ba722 (patch)
tree3a89ebd1eb27156bcf0bf369d6e10c2e828656ab /README
parent5658b628b9bf1c1e0bd5856736332ce8b9c51517 (diff)
Add --disable-utempter to build without it.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 9141f240..2badcdfc 100644
--- a/README
+++ b/README
@@ -15,6 +15,9 @@ To build tmux from a release tarball, do:
$ ./configure && make
$ sudo make install
+By default, tmux will use the utempter library to update utmp(5), if it is
+installed. Run configure with --disable-utempter to disable this.
+
To get and build the latest from version control:
$ git clone https://github.com/tmux/tmux.git