176
edits
| Line 108: | Line 108: | ||
==== Install manually ==== | ==== Install manually ==== | ||
In any other case, you may want to manually install Scratchbox apophis by downloading an installing the | In any other case, you may want to manually install Scratchbox apophis by downloading an installing the latest tarballs from [http://www.scratchbox.org/download/files/sbox-releases/apophis/tarball/ here]. | ||
* scratchbox-core | * scratchbox-core-<latest version>.tar.gz | ||
* scratchbox-libs | * scratchbox-libs-<latest version>.tar.gz | ||
* scratchbox-toolchain-host-gcc | * scratchbox-toolchain-host-gcc-<latest version>.tar.gz | ||
* scratchbox-devkit-apt-https | * scratchbox-devkit-apt-https-<latest version>.tar.gz | ||
Once downloaded, do the following for each tarball : | |||
<pre> | |||
cd / | |||
sudo tar -xvf <tarball_file> | |||
</pre> | |||
=== Installing Maemo SDK === | === Installing Maemo SDK === | ||
edits