From af56e50f74df043088496f23bea072b75c77a481 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 20 Dec 2016 16:28:11 +0000 Subject: utempter is no longer the default, and mention ncurses. --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index fbc4f2ce..8e2a9e06 100644 --- a/README +++ b/README @@ -10,13 +10,17 @@ tmux depends on libevent 2.x. Download it from: http://libevent.org -To build tmux from a release tarball, do: +It also depends on ncurses, available from: + + http://invisible-island.net/ncurses/ + +To build tmux from a release tarball, use: $ ./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. +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: -- cgit