Hack-A-N900/Development Notes: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 14: | Zeile 14: | ||
=== Installing MADDE === | === Installing MADDE === | ||
==== Download and Install ==== | ==== Download and Install ==== | ||
There is one decent installation document[http://wiki.maemo.org/MADDE] but it links to two different installers. Before getting to the installation steps the it links first to the "''Nokia Qt SDK (Release Candidate)''" installer but in the actual installation directions it tells you to download an install shell script from "MADDE downloads" in step 1. Both might work but we are using the " | There is one decent installation document[http://wiki.maemo.org/MADDE] but it links to two different installers. Before getting to the installation steps the it links first to the "''Nokia Qt SDK (Release Candidate)''" installer but in the actual installation directions it tells you to download an install shell script from "''MADDE downloads''" in step 1. Both might work but we are using the "Nokia Qt SDK (Release Candidate)" installer http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html | ||
We installed this to ''~/nokiaqtsdk'', with the ''default'' setup. We checked the box to ''overwrite Qt Creator settings''. After completed we created a local link to the QtCreator in the SDK so that we dont get mixed up with the various SDK's weve installed: | We installed this to ''~/nokiaqtsdk'', with the ''default'' setup. We checked the box to ''overwrite Qt Creator settings''. After completed we created a local link to the QtCreator in the SDK so that we dont get mixed up with the various SDK's weve installed: | ||
Zeile 37: | Zeile 37: | ||
</pre> | </pre> | ||
The "Debugging helper" status might show a red "X". If it does, click the "Rebuild" button for both of the above entries. This should be enough to start building example projects. | The "''Debugging helper''" status might show a red "X". If it does, click the "''Rebuild''" button for both of the above entries. This should be enough to start building example projects. | ||
==== Compile Hello World ==== | ==== Compile Hello World ==== | ||
Zeile 46: | Zeile 46: | ||
</pre> | </pre> | ||
Open the qthello project in QtCreator. When you open it the first time, and when you create new projects for that matter, it will ask you to setup the targets. Be sure that you enable it for both "Qt for Fremantle PR1.2 Devices (Nokia Qt SDK)" and "Simulator Qt for GCC (Nokia Qt SDK)". | Open the qthello project in QtCreator. When you open it the first time, and when you create new projects for that matter, it will ask you to setup the targets. Be sure that you enable it for both "''Qt for Fremantle PR1.2 Devices (Nokia Qt SDK)''" and "''Simulator Qt for GCC (Nokia Qt SDK)''". | ||