Open main menu

Difference between revisions of "Compiling ScummVM/WebOS"

No change in size ,  19:52, 13 September 2011
m
Updated download URLs (Files are the same)
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/2.1.0/zlib-1.2.3.tar.bz2
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/2.1.0/zlib-1.2.3-patches.tgz
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
40

edits