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

1. Read nxcomp 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 libXcomp using:

   $ ./configure --with-ipaq
   $ make

   After compilation type:

   $ arm-linux-strip libXcomp.*

4. You need nxproxy to actually compress your X session. Place
   libXcomp.so.1.0.0 library under /usr/NX/lib and nxproxy binary
   under /usr/NX/bin of your target IPAQ device.

