From c100328a6fee33b9b863fc0f425d2166345785e0 Mon Sep 17 00:00:00 2001 From: Benjamin Hodgetts Date: Mon, 25 Jul 2016 15:48:25 +0100 Subject: [PATCH] Clarify working GCC versions (#1851) GCC 6.1 cannot compile RPCS3 due to a regression within GCC itself, so note that here as it's the current version that a lot of people are likely to be using, with a link to the bug that contains further information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72de50c8a0..3dffec6d20 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ __Windows__ * [Python 3.3+](https://www.python.org/downloads/) (required; add to PATH) __Linux__ -* GCC 5.1+ or Clang 3.5.0+ +* GCC 5.1+ or Clang 3.5.0+ ([not GCC 6.1](https://github.com/RPCS3/rpcs3/issues/1691)) * Debian & Ubuntu: `sudo apt-get install cmake build-essential libopenal-dev libwxgtk3.0-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev` * Arch: `sudo pacman -S glew openal wxgtk cmake llvm`