Mobile/Build/Maemo Build Instructions: Difference between revisions

Line 25: Line 25:
sh maemo-sdk-install_4.0.sh
sh maemo-sdk-install_4.0.sh


</pre></code>
and to select the x86 target, run:
<code><pre>
echo "sb-conf select CHINOOK_X86"  | scratchbox  -s -p
echo "sb-conf select CHINOOK_X86"  | scratchbox  -s -p
echo "yes | fakeroot apt-get install maemo-explicit" | scratchbox  -s -p
</pre></code>
or for the ARMEL target, run:
<code><pre>
echo "sb-conf select CHINOOK_ARMEL" | scratchbox  -s -p
echo "sb-conf select CHINOOK_ARMEL" | scratchbox  -s -p
echo "yes | fakeroot apt-get install maemo-explicit" | scratchbox  -s -p
</pre></code>
</pre></code>


Confirmed users
2,023

edits