Collabora Notes: Difference between revisions

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 supported by Nokia, namely Scratchbox 1.0 (Apophis) and Scratchbox2. Both allow electrolysis to build under maemo for ARM processors, but this document will only pertain to version 1.0.'' See <span style="text-decoration: underline;">Maemo</span> 's scratchbox for maemo 6 wiki page.
''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, there's good chances that your distro's repositories keep an up-to-date version of Scratchbox Apophis. If so, install it throught the package manager and all relevant devkits and toolchains suggested in here.
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 cases, you can also manually install Scratchbox 1.0.
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].
For that, you need [http://www.scratchbox.org/download/ Scratchbox Apophis].  
 
* scratchbox-core
* scratchbox-libs
* scratchbox-toolchain-host-gcc
* scratchbox-devkit-apt-https


=== Installing Maemo SDK  ===
=== Installing Maemo SDK  ===