176
edits
| Line 123: | Line 123: | ||
=== Installing Maemo SDK === | === Installing Maemo SDK === | ||
You might be targeting a specific Maemo platform version and target device. Below are different devices with their associated Maemo SDK. | |||
''Note: links to the most recent SDK version (when this document was written) are also provided.'' | |||
*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] | |||
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 ==== | |||
For other not-yet-released maemo SDKs, you simply have to download and install the appropriate set of devkits and toolchains .deb packages in your repo. Here's a list of what you'll normally use : | |||
*scratchbox-devkit-qemu | |||
*scratchbox-devkit-cputransp | |||
*scratchbox-devkit-debian | |||
*scratchbox-devkit-doctools | |||
*scratchbox-devkit-maemo3 | |||
*scratchbox-devkit-perl | |||
*scratchbox-devkit-apt-https | |||
=== Pulling the electrolysis project === | === Pulling the electrolysis project === | ||
edits