92
edits
Line 45: | Line 45: | ||
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 | ||
deb http://repository.maemo.org/extras/ diablo free non-free | <nowiki>deb http://repository.maemo.org/extras/ diablo free non-free</nowiki> | ||
and then install the dependencies: | and then install the dependencies: | ||
Line 51: | Line 51: | ||
sb2 -eR apt-get update | sb2 -eR apt-get update | ||
sb2 -eR apt-get install libflac-dev libmad0-dev libmpeg2-4-dev libvorbisidec-dev | sb2 -eR apt-get install libflac-dev libmad0-dev libmpeg2-4-dev libvorbisidec-dev | ||
=== Optional: Install git inside SDK environment === | |||
Install git inside the sdk armel environment from [http://nikosapi.org/software/git/git_1.6.2-1_armel.deb here] (thanks [https://talk.maemo.org/showthread.php?t=27352 Nikosapi]) | |||
sb2 -eR dpkg -i git_1.6.2-1_armel.deb | |||
== Ensure Packaging Files Are Available In Source Tree Root == | == Ensure Packaging Files Are Available In Source Tree Root == |
edits