From a151ea15c2942ca527ea20d649b32ee517b40b2e Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 16 Mar 2012 18:37:35 -0400 Subject: [PATCH] README: note optional libutempter dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7346033..40e64cb 100644 --- a/README.md +++ b/README.md @@ -97,12 +97,14 @@ Building from source * the [Protocol Buffers][] library and compiler * [Boost][] * `ncurses` - * `libutempter` * `zlib` * the Perl module [IO::Pty][] including development packages where applicable. + If `libutempter` is available, `mosh-server` will record sessions in the + `utmp` file, which makes them visible to commands like `who`. + The file `debian/control` contains a list of the relevant Debian packages. [GNU Autotools]: http://www.gnu.org/software/autoconf/