Mobile/Build/Maemo Build Instructions: Difference between revisions

→‎Building the Trunk (Mozilla 1.9): the "checkout" and "build" targets are equivalent to, but more commonly used, than "pull_all" / "build_all"
(→‎Building libIDL: libidl and the release work fine on ARM now.)
(→‎Building the Trunk (Mozilla 1.9): the "checkout" and "build" targets are equivalent to, but more commonly used, than "pull_all" / "build_all")
Line 115: Line 115:
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-dir-browser-chinook-armel" >> mozconfig
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-dir-browser-chinook-armel" >> mozconfig
echo "ac_add_options --disable-tests" >> mozconfig  
echo "ac_add_options --disable-tests" >> mozconfig  
make -f client.mk pull_all
make -f client.mk checkout
make -f client.mk build_all
make -f client.mk build
</pre></code>
</pre></code>


canmove, Confirmed users
432

edits