Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -25,20 +25,22 @@ |
You need a C++14 compatible compiler to build libadblockplus. Below there is |
the list of tested tools. |
Win32: |
* At least v141 Visual C++ toolset (available in Microsoft Visual Studio 2017). |
Linux: |
-* g++ 7.3 |
+* clang 5.5 |
anton
2018/07/02 10:12:38
in travis config it's clang 4.0 required, but in R
hub
2018/07/04 07:50:49
I have changed it to 5.0. And remove the explicit
|
+We use libc++ instead of the libstdc++ that gcc uses. |
Mac: |
-* Apple LLVM 9.1.0 for OS X/macOS (Xcode should be installed and its developer tools should be "selected"). |
+* Apple LLVM 9.0.0 for OS X/macOS (Xcode should be installed and its |
+ developer tools should be "selected"). |
Android: |
* The host system should be Linux or OS X |
* 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 |