Skip to content

Commit

Permalink
utempter is no longer the default, and mention ncurses.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Dec 20, 2016
1 parent 00445eb commit af56e50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README
Expand Up @@ -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:

Expand Down

0 comments on commit af56e50

Please sign in to comment.