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 | |
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 | |
27 | |
28 Builds are generated using the `build.py` script, just run it without parameters | |
29 to learn how to use it. | |
OLD | NEW |