utempter is no longer the default, and mention ncurses.

pull/705/head
Nicholas Marriott 2016-12-20 16:28:11 +00:00
parent 00445ebadd
commit af56e50f74
1 changed files with 7 additions and 3 deletions

10
README
View File

@ -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: