Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 Adblock Browser Build Automation | |
2 ================================ | |
3 | |
4 Build automation for Adblock Browser for Android. | |
5 | |
6 Getting/updating the dependencies | |
7 --------------------------------- | |
8 | |
9 This repository has dependencies that aren't part of this repository. They are | |
10 retrieved and updated during the build process, but you can also manually update | |
11 them by running the following: | |
12 | |
13 ./ensure_dependencies.py | |
14 | |
15 Creating a build | |
16 ---------------- | |
17 | |
18 ### Configuration | |
René Jeschke
2015/08/13 07:51:38
# also on the right side, please.
Felix Dahlke
2015/08/13 09:22:54
We actually never do that, with the exception of a
| |
19 | |
20 First, create a `config.py` file: | |
21 | |
22 cp config.py.sample config.py | |
23 | |
24 Then modify it for your system. | |
25 | |
26 ### Building | |
René Jeschke
2015/08/13 07:51:38
# also on the right side, please.
| |
27 | |
28 Builds are generated using the `build.py` script, just run it without parameters | |
29 to learn how to use it. | |
OLD | NEW |