forked from higepon/mosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
44 lines (28 loc) · 896 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
INSTALLING MOSH
===============
1. Overview
===========
Mosh supports two way to configure and build interpreter.
1. "configure" build
As usual, you can use "./configure && make" to build and install Mosh.
Please refer O/S Specific section below.
"configure" build supports out-of-tree build, cross-compilation and
"make check" for testing.
2. CMake build
(CMake builds are developer only. We don't recommend this for end-users.)
2. O/S Specific
===============
Currently, mosh supports following O/Ses.
- Linux 2.6 (Debian, Ubuntu, Fedora, ...)
see doc/README.Linux
- MacOS X (10.5 "Leopard" or later)
see doc/README.MacOSX (or doc/README.CMake for XCode build)
- Windows XP or later(32bit): Visual Studio
see doc/README.CMake
- FreeBSD 8.x or CURRENT
see doc/README.FreeBSD
- NetBSD 5.x
see doc/README.NetBSD
- Cygwin 1.7.x
see doc/README.Cygwin
- MonaOS