Download

Download

http://code.google.com/p/mosh-scheme/downloads/list

Operating Systems

Mosh runs on Linux, FreeBSD, NetBSD, Mac OS X, Cygwin and Windows.

Install on Windows

Just run mosh-setup.exe and follow the wizard.

or

Build on Visual Studio 2010 (See doc/README.CMake)

Additional Software

GMPMosh 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/.
OnigurumaMosh uses the Oniguruma regular-expression library for RE implementation.  Oniguruma can be downloaded from http://www.geocities.jp/kosako3/oniguruma/.

Install

# 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

Run

% mosh
mosh>(display "Hello, World\n")
Hello, World
#<unspecified>
% mosh ./hello.ss

or

% mosh --help

Repository

http://github.com/higepon/mosh

Close