aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-03-16 18:37:35 -0400
committerGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-03-16 18:37:35 -0400
commita151ea15c2942ca527ea20d649b32ee517b40b2e (patch)
treecc7da175c3098a244016d4cc53047aafb66acf72 /README.md
parent799b144e155301c7c77f950e19b06682c8c0c21a (diff)
README: note optional libutempter dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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/