Hack-A-N900/Development: Unterschied zwischen den Versionen
Amir (Diskussion | Beiträge) |
Amir (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 6: | Zeile 6: | ||
<b>WARNING:</b> Accoring to this [http://talk.maemo.org/showthread.php?t=35122&page=2#19 post], installing packages from the SDK repository to your device might cripple the root fs and force you to reflash it. Anyway, the maemo scratchbox environment is awful and for small builds it is more convient to build directly on the device. Packages mentoned in this guide don't seem to cause serious problem. | <b>WARNING:</b> Accoring to this [http://talk.maemo.org/showthread.php?t=35122&page=2#19 post], installing packages from the SDK repository to your device might cripple the root fs and force you to reflash it. Anyway, the maemo scratchbox environment is awful and for small builds it is more convient to build directly on the device. Packages mentoned in this guide don't seem to cause serious problem. | ||
=== Add | === Prerequisites === | ||
* [http://metalab.at/wiki/Hack-A-N900/First_Steps First Steps] | |||
=== Add tools and sdk to /etc/apt/sources.list === | |||
<pre> | <pre> | ||
# TOOLS | # TOOLS | ||
deb http://repository.maemo.org/ fremantle/tools free | deb http://repository.maemo.org/ fremantle/tools free | ||
Zeile 20: | Zeile 20: | ||
deb-src http://repository.maemo.org/ fremantle/sdk free | deb-src http://repository.maemo.org/ fremantle/sdk free | ||
</pre> | </pre> | ||
=== Install build tools === | === Install build tools === |