From b894c529b8caf6c31f9206953e180e79b80cf97a Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 17 Sep 2019 00:24:42 +0100 Subject: [PATCH] README.md: Document that GCC 4.7+ is required Refs #2989 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f06132063..73555f49b 100644 --- a/Readme.md +++ b/Readme.md @@ -62,8 +62,8 @@ Note that the scripts in the `./script` folder are mainly intended for our CI ne Building -------- -To build LibSass you need GCC 4.6+ or Clang/LLVM. If your OS is older, you may need to upgrade -them first (or install clang as an alternative). On Windows, you need MinGW with GCC 4.6+ or VS 2013 +To build LibSass you need GCC 4.7+ or Clang/LLVM. If your OS is older, you may need to upgrade +them first (or install clang as an alternative). On Windows, you need MinGW with GCC 4.7+ or VS 2013 Update 4+. It is also possible to build LibSass with Clang/LLVM on Windows with various build chains and/or command line interpreters.