Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.32 KB

ff_build_fest.md

File metadata and controls

43 lines (33 loc) · 2.32 KB

Firefox Build-Fest Resources Mozilla Community

IRC Chat:

Development Documentation:

Building...

Other Ways to Contribute:

Troubleshooting the Build Process

  • If you get "*** Couldn't find..." or "configure: error: ... not found in $PATH", then you need to install the dependencies.
  • If you already installed dependencies, then you need to specifically install the item that is missing (on linux, it's sudo apt-get install program_name_here )
  • If you get "collect2: ld terminated with signal 9 [Killed]", it means you don't have enough free RAM memory. Try increasing "swap" space to at least 2gb: https://help.ubuntu.com/community/SwapFaq

Build Tips

For debugging:

ac_add_options --enable-debug

ac_add_options --disable-optimize