Updated comments in the INSTALL readme file.

This commit is contained in:
Matthew Budd 2020-07-19 10:02:36 -04:00
parent c0febe1d3e
commit 564e8b228e
1 changed files with 2 additions and 1 deletions

View File

@ -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. 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. 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.