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

Unified Diff: README.md

Issue 29817566: Noissue - Use clang++ and libc++ on Linux (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Fix Travis dependencies. Created July 4, 2018, 7:48 a.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 | « Makefile ('k') | common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -25,20 +25,23 @@
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.0
+We use libc++ instead of the libstdc++ that gcc uses, since by default v8 build
+with libc++.
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
« no previous file with comments | « Makefile ('k') | common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld