Zum Inhalt springen

Hack-A-N900/Development Notes: Unterschied zwischen den Versionen

Cyphunk (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Cyphunk (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
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 "Nokia Qt SDK (Release Candidate)" installer is linked to 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
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 "Nokia Qt SDK (Release Candidate)" installer is linked to 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.
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:
 
<pre>
After installation we used the "QtCreator integration for Linux" guide[http://wiki.maemo.org/MADDE/QtCreator_integration_for_linux]. This will let you deploy applications to either the emulator or phone.  For now lets just get the emulator working. Specifically we did the following (more details in the linked guide).
ln -s ~/nokiaqtsdk/QtCreator/bin/qtcreator ~/bin/qtcreator_nokiaqtsdk
</pre>


After installation we used the "QtCreator integration for Linux" guide[http://wiki.maemo.org/MADDE/QtCreator_integration_for_linux]. This will let you deploy applications to either the emulator or phone.  For now lets just get the emulator working. Specifically we did the following (more details in the linked guide) from within the qtcreator_nokiaqtsdk:
<pre>
<pre>
Tools -> Options -> Qt4 -> Qt Versions
Tools -> Options -> Qt4 -> Qt Versions
</pre>
</pre>
Make certain you have, or add:
Make certain you have the following entries:
<pre>
<pre>
Version name: Simulator Qt for GCC (Nokia Qt SDK)
Version name: Simulator Qt for GCC (Nokia Qt SDK)