Copyright (C) 2007 Nokia Corporation All rights reserved. RELEASE INFORMATION Project: maemo 3.2 Bora SDK Version: 3.2 Baseline: Internet Tablet OS 2007 Edition 4.2007.26-8 Date: 2007-07-05 This INSTALL.txt file explains how to install and setup the maemo 3.2 SDK development environment in your computer. This document is targeted for maemo developers. Content: 1. SDK installation prerequisites 2. Installing maemo 3.2 Bora SDK 2.1 Running the Nokia Binaries installer 2.2 Upgrading the SDK installation to version 3.2 1. SDK installation prerequisites ================================= In order to install the maemo 3.2 SDK you'll have to have a fully working maemo 3.1 installation running on your machine. For instructions on how to install the maemo 3.1 SDK, refer to the maemo 3.1 installation instructions: http://tablets-dev.nokia.com/3.1/INSTALL.txt 2. Installing maemo 3.2 Bora SDK ================================ This chapter explains how to upgrade to maemo 3.2 when you already have maemo 3.1 installed in your Linux PC. 2.1 Running the Nokia binaries installer If you have previously used the Nokia proprietary packages or plan on using them in the future you should use the latest Nokia Binaries Installer to make them available. You can find the latest Nokia Binaries Installer from: http://repository.maemo.org/stable/3.2/ Running the installer and accepting the license will extract the files to a directory under your Scratchbox home path. Run the Nokia Binaries installer with the command: $ bash maemo-sdk-nokia-binaries_3.2.sh NOTE: The binaries installer has to be executed with bash After the binaries are succesfully installed, the script will display instructions on how the repository can be added to scratchbox targets' /etc/apt/sources.list files. 2.2 Upgrading the SDK installation to version 3.2 Once you have maemo 3.1 running on your computer you can upgrade to maemo 3.2 by running these two commands inside Scratchbox: [sbox-SDK_X86: ~] apt-get update ... [sbox-SDK_X86: ~] PAGER=less fakeroot apt-get dist-upgrade ... Be sure to run the commands on both (SDK_ARMEL, SDK_X86) targets. NOTE: It is safe to let the upgrade overwrite configuration files with newer versions, unless you have made your own modifications to them. By setting the PAGER environment variable, you'll be able to view the changes when prompted for actions. Happy Hacking ! --- END