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

Side by Side Diff: README.md

Issue 29323497: Issue 2751 - Add a README (Closed)
Patch Set: Created Aug. 12, 2015, 9:56 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 | « no previous file | no next file » | 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
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld