mirror of
https://github.com/tmux/tmux.git
synced 2025-03-31 20:58:47 +00:00
utempter is no longer the default, and mention ncurses.
This commit is contained in:
parent
00445ebadd
commit
af56e50f74
10
README
10
README
@ -10,13 +10,17 @@ tmux depends on libevent 2.x. Download it from:
|
|||||||
|
|
||||||
http://libevent.org
|
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
|
$ ./configure && make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
By default, tmux will use the utempter library to update utmp(5), if it is
|
tmux can use the utempter library to update utmp(5), if it is installed - run
|
||||||
installed. Run configure with --disable-utempter to disable this.
|
configure with --enable-utempter to enable this.
|
||||||
|
|
||||||
To get and build the latest from version control:
|
To get and build the latest from version control:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user