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

Unified Diff: README.md

Issue 29323497: Issue 2751 - Add a README (Closed)
Patch Set: Created Aug. 12, 2015, 9:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+Adblock Browser Build Automation
+================================
+
+Build automation for Adblock Browser for Android.
+
+Getting/updating the dependencies
+---------------------------------
+
+This repository has dependencies that aren't part of this repository. They are
+retrieved and updated during the build process, but you can also manually update
+them by running the following:
+
+ ./ensure_dependencies.py
+
+Creating a build
+----------------
+
+### 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
+
+First, create a `config.py` file:
+
+ cp config.py.sample config.py
+
+Then modify it for your system.
+
+### Building
René Jeschke 2015/08/13 07:51:38 # also on the right side, please.
+
+Builds are generated using the `build.py` script, just run it without parameters
+to learn how to use it.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld