Jun 24th, 2012

Installing Mosh on Debian Squeeze

備忘録。 Debian squeeze で mosh を入れるために必要なモジュール。

sudo apt-get install protobuf-compiler libprotobuf-dev
sudo apt-get install libncurses5-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libutempter-dev
sudo apt-get install libio-pty-perl
sudo apt-get install autoconf

この後

$ wget https://github.com/downloads/keithw/mosh/mosh-1.2.2.tar.gz
$ cd mosh-1.2.2
$ ./configure
$ make
$ sudo make install