Confirmed users, Bureaucrats and Sysops emeriti
969
edits
(Cleanup of the section Running the Application to make it clearer when commands are run from the host and when they're run from the target, while also allowing easy copying and pasting of the commands) |
(Clean up the section Maemo Chinook SDK) |
||
| Line 34: | Line 34: | ||
==Setting Up the Maemo Chinook SDK== | ==Setting Up the Maemo Chinook SDK== | ||
Before you proceed with installing the Maemo SDK, you need to create a new login shell so that your user is added to the sbox group that was created when you installed scratchbox. You can do this by just logging out and logging back in again (that means log out of your machine -- creating a new terminal window will NOT work). | |||
To set up the Maemo SDK, Nokia has provided another easy to use script. You can just accept the defaults and type "I accept" at the appropriate time, but if you want to debug your code you should select the 4th option on the "Package Selection" menu. You will also want to install "Closed Nokia Binaries". | |||
To set up the Maemo SDK, Nokia has provided another easy to use script. You can just accept the defaults and type "I accept" at the appropriate time, but if you want to debug your code | |||
'''Warning:''' if you are running Ubuntu Hardy Heron (8.04), [http://suppressingfire.livejournal.com/35277.html read this before you proceed any further]. You'll need to run both these commands to be able to install the Maemo SDK. | '''Warning:''' if you are running Ubuntu Hardy Heron (8.04), [http://suppressingfire.livejournal.com/35277.html read this before you proceed any further]. You'll need to run both these commands to be able to install the Maemo SDK. | ||
To install the | To install the Maemo SDK onto your host machine run: | ||
<code><pre> | <code><pre> | ||
| Line 48: | Line 46: | ||
chmod +x maemo-sdk-install_4.0.1.sh | chmod +x maemo-sdk-install_4.0.1.sh | ||
bash maemo-sdk-install_4.0.1.sh | bash maemo-sdk-install_4.0.1.sh | ||
</pre></code> | |||
'''[Note: Maemo bora (3.0) is seemed incompatible because the file gtk+-unix-print-2.0.pc seems missing in Bora.]''' | |||
==Selecting a Scratchbox Target== | ==Selecting a Scratchbox Target== | ||