aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/README-IPAQ
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/README-IPAQ')
-rwxr-xr-xnxcomp/README-IPAQ21
1 files changed, 21 insertions, 0 deletions
diff --git a/nxcomp/README-IPAQ b/nxcomp/README-IPAQ
new file mode 100755
index 000000000..f9418635c
--- /dev/null
+++ b/nxcomp/README-IPAQ
@@ -0,0 +1,21 @@
+README-IPAQ
+-----------
+
+1. 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.
+
+2. Configure and compile libXcomp using:
+
+ $ ./configure --with-ipaq
+ $ make
+
+ After compilation type:
+
+ $ arm-linux-strip libXcomp.*
+
+3. Remember that you also need nxproxy to actually run your NX X
+ session.