diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-12-20 16:28:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-12-20 16:28:11 +0000 |
commit | af56e50f74df043088496f23bea072b75c77a481 (patch) | |
tree | fa7d5f4a7771f571034b2c8bdec58857b3361d46 | |
parent | 00445ebadd505922a9c9dc455fa33244f4c4fb6b (diff) | |
download | rtmux-af56e50f74df043088496f23bea072b75c77a481.tar.gz rtmux-af56e50f74df043088496f23bea072b75c77a481.tar.bz2 rtmux-af56e50f74df043088496f23bea072b75c77a481.zip |
utempter is no longer the default, and mention ncurses.
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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: |