92
edits
Line 12: | Line 12: | ||
== Download and Install Maemo SDK == | == Download and Install Maemo SDK == | ||
'''Note: The following instructions are based on an attempt in a fresh Debian | '''Note: The following instructions are based on an attempt in a fresh Debian 5 (lenny) install''' | ||
Add the following line to /etc/apt/sources.list: | Add the following line to /etc/apt/sources.list: | ||
<nowiki>deb http://maemo-sdk.garage.maemo.org/download/host debian- | <nowiki>deb http://maemo-sdk.garage.maemo.org/download/host debian-lenny free</nowiki> | ||
Then run the following commands to install the SDK: | Then run the following commands to install the SDK: | ||
apt-get update | sudo apt-get update | ||
apt-get install maemo-sdk | sudo apt-get install maemo-sdk | ||
Then run the following commands to build/install the tools and compilers: | Then run the following commands to build/install the tools and compilers: |
edits