176
edits
m (→Building e10s) |
|||
Line 91: | Line 91: | ||
== Building e10s under maemo == | == Building e10s under maemo == | ||
=== Installing Scratchbox Apophis | === Installing Scratchbox Apophis r4 === | ||
''NOTE: There are actually two scratchbox versions | ''NOTE: There are actually two scratchbox versions for maemo developers, namely Scratchbox1 and Scratchbox2. Both allow electrolysis to build under maemo for ARM processors, but this document will only pertain to version 1.0.16 Apophis r4'' | ||
==== Install from your regular repositories ==== | ==== Install from your regular repositories ==== | ||
If you're running DEBIAN or UBUNTU, | If you're running DEBIAN or UBUNTU, get the most recent stable release packages from the scratchbox apophis repository : | ||
Do the following : | |||
<pre> | |||
sudo echo "deb http://scratchbox.org/debian/ apophis main" >> /etc/apt/sources.list | |||
apt-get update | |||
yes | sudo apt-get install scratchbox-core scratchbox-libs scratchbox-toolchain-host-gcc scratchbox-devkit-apt-https | |||
</pre> | |||
==== Install manually ==== | ==== Install manually ==== | ||
In any other | In any other case, you may want to manually install Scratchbox apophis by downloading an installing the following tarballs from [http://www.scratchbox.org/download/files/sbox-releases/apophis/tarball/ here]. | ||
* scratchbox-core | |||
* scratchbox-libs | |||
* scratchbox-toolchain-host-gcc | |||
* scratchbox-devkit-apt-https | |||
=== Installing Maemo SDK === | === Installing Maemo SDK === |
edits