view INSTALL @ 490:9141f13be70c dev-1_0_3

Don't set conn->err if we are handling EINTR and it isn't supposed to get to higher level. Fixes NNChat quitting unexpectedly when resizing a terminal window causes EINTR for select() in the network polling.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 May 2012 09:23:12 +0300
parents 768a8efb1bed
children cdb348e051b5
line wrap: on
line source

Installation
------------
NNChat requires a curses library, preferably ncurses. It is also possible
to compile NNChat for Windows via MinGW and use PDCurses instead, but this
includes certain complexities in build process (see Makefile.w32)

1) Edit Makefile (optional)

2) make / gmake

3) ./nnchat --help

There is no real installation step, you can manually copy the resulting
binary to /usr/local if you wish:

$ sudo install -m 755 nnchat /usr/local/bin