comparison INSTALL @ 350:768a8efb1bed

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 04:24:11 +0300
parents README.txt@e97c764927ce
children cdb348e051b5
comparison
equal deleted inserted replaced
349:8662c07455be 350:768a8efb1bed
1 Installation
2 ------------
3 NNChat requires a curses library, preferably ncurses. It is also possible
4 to compile NNChat for Windows via MinGW and use PDCurses instead, but this
5 includes certain complexities in build process (see Makefile.w32)
6
7 1) Edit Makefile (optional)
8
9 2) make / gmake
10
11 3) ./nnchat --help
12
13 There is no real installation step, you can manually copy the resulting
14 binary to /usr/local if you wish:
15
16 $ sudo install -m 755 nnchat /usr/local/bin
17