From 75b2c1693e66d624ef0c012b3b811d08a42ba722 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 3 Apr 2016 23:55:38 +0100 Subject: Add --disable-utempter to build without it. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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 -- cgit