blob: f9418635c52e22cc59da55165085c1b716cd1f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
|