annotate INSTALL @ 363:94e1f57614d3

Bump version again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 11:13:59 +0300
parents 768a8efb1bed
children cdb348e051b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
1 Installation
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
2 ------------
350
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
3 NNChat requires a curses library, preferably ncurses. It is also possible
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
4 to compile NNChat for Windows via MinGW and use PDCurses instead, but this
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
5 includes certain complexities in build process (see Makefile.w32)
38
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
6
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
7 1) Edit Makefile (optional)
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
8
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
9 2) make / gmake
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
10
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
11 3) ./nnchat --help
350
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
12
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
13 There is no real installation step, you can manually copy the resulting
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
14 binary to /usr/local if you wish:
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
15
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
16 $ sudo install -m 755 nnchat /usr/local/bin
768a8efb1bed Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 260
diff changeset
17