Skip to content

Commit

Permalink
Add a README section on getting/building Mosh
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister committed Mar 6, 2012
1 parent 1e996a5 commit a63dbf7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,45 @@ Other features
users. Mosh does not contain any privileged (root) code.


Getting Mosh
------------

Mosh is available from an [Ubuntu PPA][]. Packages for other operating
systems are planned.

[Ubuntu PPA]: https://launchpad.net/~keithw/+archive/mosh


On a UNIX-like system you can build Mosh from source using the following
commands:

./autogen.sh
./configure
make
make install # as root

`configure` accepts standard options, like `--prefix` to set the installation
prefix. Pass `--help` for a full listing.

To build and use Mosh you will need

* [GNU Autotools][]
* the [Protocol Buffers][] library and compiler
* [Boost][]
* `libutempter`
* `zlib`
* the Perl module [IO::Pty][]

including development packages where applicable.

The file `debian/control` contains a list of the relevant Debian packages.

[GNU Autotools]: http://www.gnu.org/software/autoconf/
[Protocol Buffers]: http://code.google.com/p/protobuf/
[Boost]: http://www.boost.org/
[IO::Pty]: http://search.cpan.org/~toddr/IO-Tty/Pty.pm


Usage
-----

Expand Down

0 comments on commit a63dbf7

Please sign in to comment.