From 204490709719a278487b79ef67cdbf9d052730bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 12 Feb 2016 10:14:21 +0100 Subject: [PATCH] Add clang 3.4 to the list of supported platforms And also gcc 4.6.3, both used by Travis CI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 974c3f8..6dec5f1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ Developements and tests are done under the following OSs: - Debian 7 - Windows XP/10 And following IDEs/Compilers -- GCC 4.7.2 and GCC 4.8.2 +- GCC 4.6.3, 4.7.2 and GCC 4.8.2 +- Clang 3.4 - Eclipse CDT under Linux - Visual Studio Express 2008/2013/2015 for testing compatibility purpose