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 " | 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: | ||
<pre> | <pre> | ||
ln -s ~/nokiaqtsdk/QtCreator/bin/qtcreator ~/bin/qtcreator_nokiaqtsdk | ln -s ~/nokiaqtsdk/QtCreator/bin/qtcreator ~/bin/qtcreator_nokiaqtsdk | ||
Zeile 24: | Zeile 24: | ||
==== Configure ==== | ==== Configure ==== | ||
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: | 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 |