http://code.google.com
Mosh runs on Linux/Unix, Mac OS X and Windows.
Just run mosh-setup.exe and follow the wizard.
or
Build on Visual C++ 2008 (See win/readme.txt)
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/. |
On OSX you need to build GMP 32bit version like following.
% CFLAGS+=-m32 ./configure ABI=32 && make % sudo make install
# On FreeBSD, use "gmake" instead of "make" % tar zvxf mosh-0.2.0.tar.gz % cd mosh-0.2.0 % ./configure % make % make test % sudo make install
% mosh mosh>(display "Hello, World\n") Hello, World #<unspecified>
% mosh ./hello.ss
or
% mosh --help