From 976eb968c350bae2b7d5b420e6925996ef4475b8 Mon Sep 17 00:00:00 2001 From: Julian Murgia Date: Sun, 24 Jul 2016 18:00:20 +0200 Subject: [PATCH] Warning about GCC 6 Fixes #208 --- reference/compiling_for_x11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/compiling_for_x11.rst b/reference/compiling_for_x11.rst index acad94e33..b88e08fa6 100644 --- a/reference/compiling_for_x11.rst +++ b/reference/compiling_for_x11.rst @@ -11,7 +11,7 @@ Requirements For compiling under Linux or other Unix variants, the following is required: -- GCC (G++) or Clang +- GCC (G++) or Clang (note: use of GCC6 is discouraged because of optimization problems. Prefer GCC versions <6 for the moment). - Python 2.7+ (3.0 is untested as of now) - SCons build system - pkg-config (used to detect the dependencies below)