Zum Inhalt springen

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

Cyphunk (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Cyphunk (Diskussion | Beiträge)
Zeile 76: Zeile 76:
The sysroot that comes with the MADDE sdk is "slim" and is missing a slew of libs that were available in the Scratchbox setup. For example, the 3rd party tpsession library requires the 2nd party libtelepathy-qt4.  3 solutions exist for getting telepathy into the sysroot for a Maemo target:
The sysroot that comes with the MADDE sdk is "slim" and is missing a slew of libs that were available in the Scratchbox setup. For example, the 3rd party tpsession library requires the 2nd party libtelepathy-qt4.  3 solutions exist for getting telepathy into the sysroot for a Maemo target:


1. Copy libs from scratchbox. see[]
1. Copy libs from scratchbox. see[http://talk.maemo.org/showthread.php?t=56602]
2. Install libs locally on the N900 and then copy them back to your workstation. see[]
2. Install libs locally on the N900 and then copy them back to your workstation. see[http://talk.maemo.org/showthread.php?t=56602]
3. Download the deb for the lib from the scratchbox installation. Described here:
3. Download the deb for the lib from the scratchbox installation. Described here:
<pre>
<pre>
Zeile 92: Zeile 92:
$ cp ./libtelepathy-qt4-dev_0.2.0-2maemo5_armel/usr/lib/libtelepathy-qt4.a /home/user/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-1030-slim/usr/lib/.  
$ cp ./libtelepathy-qt4-dev_0.2.0-2maemo5_armel/usr/lib/libtelepathy-qt4.a /home/user/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-1030-slim/usr/lib/.  
</pre>
</pre>
== Qt API's ==
== Qt API's ==