92
edits
Line 29: | Line 29: | ||
maemo-sdk install rootstrap diablo4.1.2_armel | maemo-sdk install rootstrap diablo4.1.2_armel | ||
== Install dependencies == | == Install dependencies inside the SDK environment == | ||
You'll need to install the maemo extras repo to the rootstrap. Add the following line to ~/.maemo-sdk/rootstraps/armel/diablo4.1.2_armel/etc/apt/sources.list | You'll need to install the maemo extras repo to the rootstrap. Add the following line to ~/.maemo-sdk/rootstraps/armel/diablo4.1.2_armel/etc/apt/sources.list | ||
Line 48: | Line 48: | ||
sb2 -eR dpkg -i git_1.6.2-1_armel.deb | sb2 -eR dpkg -i git_1.6.2-1_armel.deb | ||
== Optional: Install libfaad inside SDK environment == | |||
The libfaad version that's in maemo-extras is outdated and so we need to use the Lenny one (without the debian patches that make it unbuildable in maemo) and without dynamically linking to it so that it doesn't become a runtime dependency that's not available in maemo-extras. | |||
== Ensure Packaging Files Are Available In Source Tree Root == | == Ensure Packaging Files Are Available In Source Tree Root == |
edits