Warning about GCC 6

Fixes #208
This commit is contained in:
Julian Murgia
2016-07-24 18:00:20 +02:00
parent 6528ee8079
commit 976eb968c3
+1 -1
View File
@@ -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)