Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: abb-build/README.md

Issue 29989567: Issue 7238 - Fix multi-locale builds (Closed)
Patch Set: Adding hg pull if cant hg update Created Jan. 28, 2019, 5:21 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « README.md ('k') | abb-build/adblockbrowser-cfg.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « README.md ('k') | abb-build/adblockbrowser-cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld