40
edits
m (Added missing file extension.) |
m (Updated download URLs (Files are the same)) |
||
Line 47: | Line 47: | ||
<syntaxhighlight type="bash"> | <syntaxhighlight type="bash"> | ||
wget http://palm.cdnetworks.net/opensource/ | wget http://palm.cdnetworks.net/opensource/3.0.2/zlib-1.2.3.tar.bz2 | ||
tar xvfj zlib-1.2.3.tar.bz2 | tar xvfj zlib-1.2.3.tar.bz2 | ||
wget http://palm.cdnetworks.net/opensource/ | wget http://palm.cdnetworks.net/opensource/3.0.2/zlib-1.2.3-patches.tgz | ||
tar xvfz zlib-1.2.3-patches.tgz -O | patch -d zlib-1.2.3 | tar xvfz zlib-1.2.3-patches.tgz -O | patch -d zlib-1.2.3 | ||
cd zlib-1.2.3 | cd zlib-1.2.3 |
edits