  IIP INSTALLATION OVERVIEW

  Quick Start - Unices
  --------------------

  For complete installation documentation, see http://help.invisiblenet.net/

  Compile isproxy for Linux, Free/Open/NetBSD, Mac OS X:

     $ cd src/
     $ make

  Install locally (the binary will be installed in ~/bin/):
     $ make install-local

  Install system-wide as root (the binary will be installed in /usr/local/bin/
  A user called 'iip' with homedir /home/iip/ needs to exist):
     $ su
     # make install

  Now run isproxy:
     
     $ isproxy

  Follow the on-screen messages to connect to your iip node.

  Upgrading
  ---------

  If you are upgrading from a previous version you will first have to shut the
  IIP node down to release locked files. Although old configuration files can
  be used, the new node.ref will contain more stable nodes.

  Configuration
  -------------

  You can access the configuration menu at a later moment with:

     $ isproxy -C

  CVS
  ---

  You have to manually convert the pod file to a manfile:
     $ pod2man -s 1 -c isproxy -r 1.1 isproxy.pod > isproxy.1

  If you have compilation trouble with CVS versions (under BSD or Mac OS X)
  then remove -Werror from the Makefile.
