Left: | ||
Right: |
OLD | NEW |
---|---|
1 Adblock Browser | 1 Adblock Browser |
2 =============== | 2 =============== |
3 | 3 |
4 The Adblock Plus browser, based on Firefox for Android. | 4 The Adblock Plus browser, based on Firefox for Android. |
5 | 5 |
6 Building | 6 Building |
7 -------- | 7 -------- |
8 | 8 |
9 First ensure that all dependencies are up to date by calling: | 9 First ensure that all dependencies are up to date by calling: |
10 | 10 |
11 ./ensure_dependencies.py | 11 ./ensure_dependencies.py |
12 | 12 |
13 | |
14 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.
| |
15 -------------- | |
16 | |
17 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 :)
| |
18 | |
19 ac_add_options --disable-crashreporter | |
20 | |
21 to disable the CrashReporter. | |
22 | |
23 | |
13 Then just follow Mozilla's [Building Fennec][1] guide. | 24 Then just follow Mozilla's [Building Fennec][1] guide. |
14 | 25 |
15 [1]: https://wiki.mozilla.org/Mobile/Fennec/Android | 26 [1]: https://wiki.mozilla.org/Mobile/Fennec/Android |
OLD | NEW |