aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/README-IPAQ
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:53:38 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:53:38 +0100
commit35472e34809a80b228f2763ef33d58acdb88dcce (patch)
treec8dda8a89bbe74c7fd614c3a4b5c627c39d2a261 /nxproxy/README-IPAQ
parenta840692edc9c6d19cd7c057f68e39c7d95eb767d (diff)
downloadnx-libs-9d8d1eef191ba63857bf9ae9d1276b46db1b3294.tar.gz
nx-libs-9d8d1eef191ba63857bf9ae9d1276b46db1b3294.tar.bz2
nx-libs-9d8d1eef191ba63857bf9ae9d1276b46db1b3294.zip
Imported nxproxy-3.0.0-4.tar.gznxproxy/3.0.0-4
Summary: Imported nxproxy-3.0.0-4.tar.gz Keywords: Imported nxproxy-3.0.0-4.tar.gz into Git repository
Diffstat (limited to 'nxproxy/README-IPAQ')
-rw-r--r--nxproxy/README-IPAQ27
1 files changed, 27 insertions, 0 deletions
diff --git a/nxproxy/README-IPAQ b/nxproxy/README-IPAQ
new file mode 100644
index 000000000..7a8a8a958
--- /dev/null
+++ b/nxproxy/README-IPAQ
@@ -0,0 +1,27 @@
+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 nxproxy using:
+
+ $ ./configure --with-ipaq
+ $ make
+
+ After compilation type:
+
+ $ arm-linux-strip nxproxy
+
+3. You need libXcomp.so to run nxproxy. Be sure you include the
+ library in your LD_LIBRARY_PATH. For example, you can run:
+
+ > export LD_LIBRARY_PATH $HOME/NX/nxcomp
+ > nxproxy -S localhost:8
+
+4. The package nxscripts contains many examples of NX usage that
+ you can modify to suit your needs.