README
------

1. To compile:

   > tar zxvf nxproxy-X.Y.Z-N.tar.gz
   > cd nxproxy
   > ./configure
   > make

   You'll have to run gmake under Solaris.

2. The 'make install' target is not currently supported
   in the Makefile, but it should be simple to fix.


Requirements
------------

In this version we introduce PNG image compression. We found incompatibilities
between PNG and ZLIB versions installed on some platforms. We suggest that,
before you build nxcomp and nxproxy, you upgrade to ZLIB library >= zlib-1.1.4
and PNG library >= libpng-1.2.5. This is expecially true your are building for
Cygwin or you are going to cross compile nxproxy and nxcomp for Sharp ZAURUS
and Compaq/HP iPAQ.


