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

Unified Diff: README.md

Issue 29810565: Issue 6750 - Update libadblockplus dependency to revision hg:70579fb48a6c (Closed)
Patch Set: Created June 19, 2018, 2:16 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 | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index cf21b99d9c7be72277f67f48983f1dac9bf2042f..d21c31a9a47fe4e6d6af83bd3bbd96f5c56c9ce2 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,18 @@ You can find it in the 'libadblockplus-android' directory.
Edit 'buildToolsVersion' in 'build.gradle' files if necessary.
+#### Building of libadblockplus
+
+First, we need to build `V8` required for `libadblockplus`.
+See `libadblockplus/README` or V8 documentation on how to build V8 or
+fetch precompiled one. Run in 'libadblockplus' directory:
+
+ make TARGET_OS=android TARGET_ARCH=arm Configuration=release get-prebuilt-v8
+
+Then we can build `libadblockplus`:
+
+ make TARGET_OS=android TARGET_ARCH=arm Configuration=release
+
#### Building from command-line
In the project root directory create the file _local.properties_ and set
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld