| Index: README.md |
| =================================================================== |
| --- a/README.md |
| +++ b/README.md |
| @@ -25,20 +25,21 @@ |
| 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 |
| 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 |