Index: README.md |
diff --git a/README.md b/README.md |
index 9459e0aa44148f94f9866c334d84d7d4368ddf18..305ec87d294f5b96131150de97a215fcc8e004fa 100644 |
--- a/README.md |
+++ b/README.md |
@@ -10,6 +10,17 @@ First ensure that all dependencies are up to date by calling: |
./ensure_dependencies.py |
+ |
+Important note |
Felix Dahlke
2015/05/08 20:07:22
Move this below "Then just follow Mozilla's [...]
René Jeschke
2015/05/11 12:10:54
Done.
|
+-------------- |
+ |
+You must add the following line to your `mozconfig`: |
Felix Dahlke
2015/05/08 20:07:22
It's .mozconfig.
René Jeschke
2015/05/11 12:10:54
It's 'mozconfig': https://wiki.mozilla.org/Mobile/
Felix Dahlke
2015/05/11 16:07:48
Alright :)
|
+ |
+ ac_add_options --disable-crashreporter |
+ |
+to disable the CrashReporter. |
+ |
+ |
Then just follow Mozilla's [Building Fennec][1] guide. |
[1]: https://wiki.mozilla.org/Mobile/Fennec/Android |