http://code.google.com
Mosh runs on Linux, FreeBSD, NetBSD, Mac OS X, Cygwin and Windows.
Just run mosh-setup.exe and follow the wizard.
or
Build on Visual Studio 2010 (See doc/README.CMake)
GMP | Mosh uses the GNU Multiple Precision Arithmetic Library (GMP) for some bignum arithmetic operations. To build Mosh , GMP version 4.2 or better must be installed along with the required header files. Pre-built GMP packages are available for most operating systems. Alternatively, GMP can be downloaded from http://gmplib.org/. |
Oniguruma | Mosh uses the Oniguruma regular-expression library for RE implementation. Oniguruma can be downloaded from http://www.geocities.jp/kosako3/oniguruma/. |
# On FreeBSD, use "gmake" instead of "make" % tar zvxf mosh-0.2.7.tar.gz % cd mosh-0.2.7 % ./configure % make % make test % sudo make install
% mosh mosh>(display "Hello, World\n") Hello, World #<unspecified>
% mosh ./hello.ss
or
% mosh --help