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.