README-IPAQ
-----------

1. Read nxproxy README if you need some background on how NX
   X compression is working.

2. Install a cross-compiler for ARM. You can find detailed
   informations at:

   http://www.ailis.de/~k/knowledge/crosscompiling/toolchain.php

   There are also binaries needed to install the cross-compiler.

3. Configure and compile nxproxy using:

   $ ./configure --with-ipaq
   $ make

   After compilation type:

   $ arm-linux-strip nxproxy

4. You need libXcomp.so to run nxproxy. Place libraries under
   /usr/NX/lib and binaries under /usr/NX/bin of your target
   IPAQ device.
