Open main menu

CDOT Wiki β

Changes

User:Cgomes7/Firefox Build

11 bytes added, 13:12, 19 January 2011
no edit summary
- Next we must create a .mozconfig file. This file will contain build options that will be used by the make file. The commands below will create a mozconfig file and add in the necessary commands for a Firefox default configuration. more options can be found in the
[https://developer.mozilla.org/en/Configuring_Build_Options Buil Options Documention].
<pre>
echo '. $topsrcdir/browser/config/mozconfig' > mozconfig
echo 'ac_add_options --disable-tests'
</pre>
- Now all that is left is to build.
make -f client.mk
1
edit