From 564e8b228e456902d5accbcaaaa4ee5984efb3e1 Mon Sep 17 00:00:00 2001 From: Matthew Budd Date: Sun, 19 Jul 2020 10:02:36 -0400 Subject: [PATCH] Updated comments in the INSTALL readme file. --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f1f2a562..265f68af 100644 --- a/INSTALL +++ b/INSTALL @@ -3,5 +3,6 @@ To compile and install FCEUX for SDL, follow the instructions in the README-SDL. Users of Microsoft Visual Studio can use the solution files within the vc directory. These solution files will compile FCEUX and some included libraries for full functionality. -CMake has been depreciated in favor of scons. However, if you wish to use it you can find the old cmake build files in the attic. +The SDL port build tool of choice has come full circle back to Cmake. The cmake build tool will compile the new Qt version of the SDL GUI. +The scons build tool will build the older GTK based GUI which currently only builds on Linux.