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

Unified Diff: README.md

Issue 5163715573841920: Issue 768 - Switch from TR1 to C++11 (Closed)
Patch Set: fix including of <memory> Created Aug. 7, 2015, 6:07 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
diff --git a/README.md b/README.md
index d72ed650ce8cf1465199345bd01d9c752e8a2543..40659b3659ea38b892fd966071a056f1bd106464 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,18 @@ 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.
+### Supported compilers
+
+You need a C++11 compatible compiler to build libadblockplus.
+
+The compilation was tested with the following compilers:
+* g++ 4.8
+* Microsoft Visual Studio 2010, 2012
+* clang 3.4 for Android (from android-ndk-r9)
+* clang 3.6 for OS X
+
+If you have a question about another compiler please [create an issue](https://issues.adblockplus.org/).
+
Usage
-----
« no previous file with comments | « Makefile ('k') | common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld