From 53a005d38b0656992daf4c538bc0223da96c86a2 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 13 May 2012 17:11:42 +0000 Subject: [PATCH] note added that fceux requires gcc --- README-SDL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-SDL.md b/README-SDL.md index 324b1931..97011ab2 100644 --- a/README-SDL.md +++ b/README-SDL.md @@ -24,6 +24,7 @@ Table of Contents * scons - Required to build fceux. * libgtk2.0 (optional) - version >= 2.24 recommended * libgtk3.0 (optional) - this compiles as of fceux 2.1.6. +* g++ - fceux requires g++ from the gcc. llvm-clang is known to not compile fceux (patches welcome). 2 - Installation ----------------