From 82fa65f8b63567618097168d11c9acbca56fefdd Mon Sep 17 00:00:00 2001 From: taylor24 Date: Fri, 22 Apr 2016 17:35:58 -0500 Subject: [PATCH] Updated readme to inform that clang 3.4 is minimum required version. (#3158) * Update README.md * Update README.md * Update COMPILING.md * Update COMPILING.md * Update COMPILING.md --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index ec54399e2..3c6653293 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -77,7 +77,7 @@ Install git, make, cmake and clang (or gcc), using your platform's package manag ``` sudo apt-get install git make cmake clang ``` -(Ensure you have a recent version of clang, or gcc/g++ 4.8 or higher installed to avoid errors during compilation) +Ensure that you have modern C++ compiler and linker (Clang 3.4+, GCC 4.8+, or VS 2013+). ### Getting the source ###