Confirmed users, Bureaucrats and Sysops emeriti
792
edits
m (→Building) |
|||
Line 25: | Line 25: | ||
=== Building === | === Building === | ||
==== Full Build ==== | |||
Normal build, with the following mozconfig: | |||
ac_add_options --enable-application=browser | |||
ac_add_options --disable-ogg | |||
ac_add_options --disable-wave | |||
ac_add_options --with-arm-kuser | |||
# Global options | |||
ac_add_options --enable-debug | |||
ac_add_options --disable-optimize | |||
# mobile options | |||
ac_add_options --disable-installer | |||
ac_add_options --disable-crashreporter | |||
ac_add_options --disable-printing | |||
ac_add_options --disable-javaxpcom | |||
# android options | |||
ac_add_options --target=arm-android-eabi | |||
ac_add_options --with-android-ndk=/home/vladimir/proj/android/android-ndk-1.6_r1 | |||
ac_add_options --with-endian=little | |||
ac_add_options --enable-tree-freetype | |||
# other options | |||
ac_add_options --disable-necko-wifi | |||
ac_add_options --disable-plugins | |||
# to fix | |||
ac_add_options --disable-crypto | |||
# ssltunnel can't build if we disable crypto | |||
ac_add_options --disable-tests | |||
==== JS/NSPR only ==== | |||
In the commands below, replace these with the appropriate paths: | In the commands below, replace these with the appropriate paths: |