Collabora Notes: Difference between revisions

Line 129: Line 129:
*N810 -- Maemo 4 -- [http://maemo.org/development/sdks/maemo_4-1-2_diablo/ most recent SDK version]  
*N810 -- Maemo 4 -- [http://maemo.org/development/sdks/maemo_4-1-2_diablo/ most recent SDK version]  
*N900 -- Maemo 5 -- [http://maemo.org/development/sdks/maemo_5_beta_2_sdk/ most recent SDK version]
*N900 -- Maemo 5 -- [http://maemo.org/development/sdks/maemo_5_beta_2_sdk/ most recent SDK version]
Before installing your SDK, you have to add your username to scratchbox by typing the following :
<pre>
sudo /scratchbox/sbin/sbox_adduser $USER yes
</pre>
''Note : If you get the following error : "Host kernel has vdso support (which is uncompatible with SB)", do the following from a root console :''
<pre>
echo 0 > /proc/sys/vm/vdso_enabled
</pre>
then retry to add your username.


For your chosen SDK, you can download and run the "Maemo SDK Installer" script provided on the SDK webpage. The script should automatically download and install all the needed devkits, toolchains and targets for you.  
For your chosen SDK, you can download and run the "Maemo SDK Installer" script provided on the SDK webpage. The script should automatically download and install all the needed devkits, toolchains and targets for you.  


==== installing without an installer script ====
==== installing without an installer script ====