aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/README-IPAQ
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-05 10:40:11 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-05 10:40:41 +0200
commitb38f01092ab65f41fc0a525c46c874a228676f71 (patch)
tree930f1c045327181407529664a1bb975ffa84cde8 /nxproxy/README-IPAQ
parentd38ccd197413f6fad830c314d904904368d3770d (diff)
downloadnx-libs-b38f01092ab65f41fc0a525c46c874a228676f71.tar.gz
nx-libs-b38f01092ab65f41fc0a525c46c874a228676f71.tar.bz2
nx-libs-b38f01092ab65f41fc0a525c46c874a228676f71.zip
NoMachine documentation files: Move to doc/_attic_/ folder.
Diffstat (limited to 'nxproxy/README-IPAQ')
-rw-r--r--nxproxy/README-IPAQ27
1 files changed, 0 insertions, 27 deletions
diff --git a/nxproxy/README-IPAQ b/nxproxy/README-IPAQ
deleted file mode 100644
index 7a8a8a958..000000000
--- a/nxproxy/README-IPAQ
+++ /dev/null
@@ -1,27 +0,0 @@
-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.