-- $Id: INSTALL file for netToe version 1.4.2 --
------------------------------------------------
 

 tar -zxvf nettoe-1.4.2.tar.gz
 cd nettoe-1.4.2

 ./configure
 make
 make install


 By default nettoe gets installed into the /usr/local prefix.

 You can change this with the --prefix option in the configure
 script.

     ./configure --prefix=/usr

 The binary itself gets installed into the bin directory under
 the given prefix, thus below "/usr/local/bin/" with default setting.
 
 There are two configuration switches available:

     ./configure --without-terminfo --with-port=7654

 which will disable the use of terminal capability librarie, and thus
 will fall back to ANSI/ECMA-48 character sequences. Overriding the
 default TCP port 7501 is also possible.
 
 For information on how to play netToe read the README file included
 in the source package.

 Enjoy.


  -- Mats Erik Andersson
      <meand@users.sourceforge.net> 
 
