diff options
Diffstat (limited to 'nxcomp/README-IPAQ')
-rw-r--r-- | nxcomp/README-IPAQ | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/nxcomp/README-IPAQ b/nxcomp/README-IPAQ deleted file mode 100644 index f9418635c..000000000 --- a/nxcomp/README-IPAQ +++ /dev/null @@ -1,21 +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 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. |