mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add --disable-utempter to build without it.
This commit is contained in:
3
README
3
README
@ -15,6 +15,9 @@ To build tmux from a release tarball, do:
|
||||
$ ./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.
|
||||
|
||||
To get and build the latest from version control:
|
||||
|
||||
$ git clone https://github.com/tmux/tmux.git
|
||||
|
Reference in New Issue
Block a user