blob: 02f9d6cd045b60d21ce79c4c9872bd782ffbd62a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
requires cross compiler, qt/e, and opie sources or qtopia sdk to compile
1. extract into opie source directory
2. add LOCALAPPS=remote to top of opie makefile (or, just add "remote" to the LOCALAPPS variable, if it already exists
3. run ./configure -platform ipaq in opie directory
4. cd remote
5. make
6. binary is ../bin/remote, you might want to run arm-linux-strip before you use it.
7. executable and remote.desktop to ipaq.
8. chmod a+x remote on ipaq
9. copy binary to /opt/QtPalmtop/bin
10. copy remote.desktop to /opt/QtPalmtop/apps/Applications
|