Difference between revisions of "Plazes Launcher for Zaurus"

From rukapedia
Jump to: navigation, search
Line 9: Line 9:
  
 
==cURL==
 
==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>
 
 
===Install cURL===
 
  
 
Assuming you have an OpenSSH server running on your Zaurus:
 
Assuming you have an OpenSSH server running on your Zaurus:
  
# Download [http://curl.haxx.se/latest.cgi?curl=linux-arm-nossl cURL] to your desktop.
+
# Download [http://ipkgfind.handhelds.org/details.phtml?package=zlib1&official=&format= zlib]
 +
# <code>scp  zlib1_1.1.4_arm.ipk [zaurususer]@[zaurushost]:/home/zaurus/Documents</code>
 +
# Install the package using the Zaurus '''Add/Remove Software''' application.
 +
# Download [http://curl.haxx.se/latest.cgi?curl=linux-arm-nossl cURL] to your local PC.
 
# <code>gunzip curl-7.10.8-arm.tar.gz</code>
 
# <code>gunzip curl-7.10.8-arm.tar.gz</code>
 
# <code>scp usr/bin/curl [zaurususer]@[zaurushost]:/usr/bin</code>
 
# <code>scp usr/bin/curl [zaurususer]@[zaurushost]:/usr/bin</code>

Revision as of 20:27, 3 October 2005

Target Hardware

Useful Software

cURL

Assuming you have an OpenSSH server running on your Zaurus:

  1. Download zlib
  2. scp zlib1_1.1.4_arm.ipk [zaurususer]@[zaurushost]:/home/zaurus/Documents
  3. Install the package using the Zaurus Add/Remove Software application.
  4. Download cURL to your local PC.
  5. gunzip curl-7.10.8-arm.tar.gz
  6. scp usr/bin/curl [zaurususer]@[zaurushost]:/usr/bin
  7. scp usr/lib/* [zaurususer]@[zaurushost]:/usr/lib

OpenSSL

  1. Grab OpenSSL
  2. Install on the Zaurus.