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

Unified Diff: README.md

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: Created April 10, 2018, 1:45 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
Index: README.md
diff --git a/README.md b/README.md
index e5bab293cbde8f5b082377735fdee5efc58f4de9..6039319265a1411ecf153af056d29c63963e8708 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ Building
### Supported target platforms and prerequisites
-You need a C++11 compatible compiler to build libadblockplus.
+You need a C++14 compatible compiler to build libadblockplus.
Win32:
-* At least v140 Visual C++ toolset (available in Microsoft Visual Studio 2015).
+* At least v141 Visual C++ toolset (available in Microsoft Visual Studio 2017).
Linux:
* g++ 5.2
@@ -30,9 +30,9 @@ Mac:
Android:
* The host system should be Linux or OS X
-* android-ndk-r12b Here are the links for downloading
- [OS X](https://dl.google.com/android/repository/android-ndk-r12b-darwin-x86_64.zip),
- [Linux 64](https://dl.google.com/android/repository/android-ndk-r12b-linux-x86_64.zip).
+* android-ndk-r16b Here are the links for downloading
+ [OS X](https://dl.google.com/android/repository/android-ndk-r16b-darwin-x86_64.zip),
+ [Linux 64](https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip).
* g++ multilib
If you have a compilation issue with another compiler please [create an issue](https://issues.adblockplus.org/).
@@ -75,7 +75,7 @@ Visual Studio and build the solution there. Alternatively you can use the
`msbuild` command line tool, e.g. run `msbuild /m build\ia32\libadblockplus.sln`
from the Visual Studio Developer Command Prompt to create a 32 bit debug build.
-Tested on Microsoft Visual Studio 2015 Community Edition.
+Tested on Microsoft Visual Studio 2017 Community Edition.
### Building for Android

Powered by Google App Engine
This is Rietveld