Difference between revisions of "Plazes Launcher for Zaurus"

From rukapedia
Jump to: navigation, search
(Changed cURL location)
(Modifying in preparation for the actual BashLauncher release)
Line 1: Line 1:
I'm in the process of development a Plazes Launcher for the Linux-based series of Zaurus handhelds.  I'll document the process here.  Others are welcome to contribute.
 
 
==Development Environment==
 
 
* [http://www.lucid-cake.net/osx_qpe/index_en.html Mac OS X tools for Qtopia]
 
* [http://www.lucid-cake.net/osx_zaurus_usb/ Mac OS X USB driver for the Zaurus]
 
 
 
==Target Hardware==
 
==Target Hardware==
  
Line 11: Line 4:
 
* [http://www.mobiletechreview.com/tips/linksys.htm Linksys WCF12 Wireless CompactFlash Card]
 
* [http://www.mobiletechreview.com/tips/linksys.htm Linksys WCF12 Wireless CompactFlash Card]
  
==Related Software==
+
==cURL==
 +
 
 +
===Install zlib===
 +
 
 +
# Download the [http://ipkgfind.handhelds.org/details.phtml?package=zlib1&official=&format= package]
 +
# Copy to the Zaurus
 +
# <code>ipkg install zlib1_1.1.4_arm.ipk</code>
  
* [http://qpe-gaim.sourceforge.net/ QPE Gaim for the Zaurus]
+
===Install cURL===
* [ftp://ftp.gwdg.de/pub/languages/java/linux/JDK-1.3.1/arm/rc1/ Java 2SE v1.3.1 for ARM platforms]
 
* [http://www.openzaurus.org/ The OpenZaurus OS]
 
* [http://www.killefiz.de/zaurus/showdetail.php?app=2434 OpenSSL]
 
* [http://www.killefiz.de/zaurus/showdetail.php?app=1035 OpenSSH]
 
* [http://curl.haxx.se/latest.cgi?curl=linux-arm-nossl cURL]
 
* [http://ipkgfind.handhelds.org/details.phtml?package=zlib1&official=&format= zlib]
 
* [http://ipkgfind.handhelds.org/ IPKGFIND]
 
  
==Related Links==
+
Assuming you have an OpenSSH server running on your Zaurus:
  
* [http://www.killefiz.de/zaurus/ The Zaurus Software Index]
+
# Download [http://curl.haxx.se/latest.cgi?curl=linux-arm-nossl cURL] to your desktop.
* [http://www.trisoft.de/ TRIsoft: A german Zaurus reseller]
+
# <code>gunzip curl-7.10.8-arm.tar.gz</code>
 +
# <code>scp usr/bin/curl [zaurususer]@[zaurushost]:/usr/bin</code>
 +
# <code>scp usr/lib/* [zaurususer]@[zaurushost]:/usr/lib</code>

Revision as of 18:50, 3 October 2005

Target Hardware

cURL

Install zlib

  1. Download the package
  2. Copy to the Zaurus
  3. ipkg install zlib1_1.1.4_arm.ipk

Install cURL

Assuming you have an OpenSSH server running on your Zaurus:

  1. Download cURL to your desktop.
  2. gunzip curl-7.10.8-arm.tar.gz
  3. scp usr/bin/curl [zaurususer]@[zaurushost]:/usr/bin
  4. scp usr/lib/* [zaurususer]@[zaurushost]:/usr/lib