| 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 |