From 9d29392af79ea2b4407aaf919a0aa04da96832ac Mon Sep 17 00:00:00 2001 From: "Jason W. Thompson" Date: Sat, 18 Jul 2020 22:54:47 -0500 Subject: [PATCH] Add instructions to install XP toolset --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f1f2a562..fb2cb76e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,7 @@ To compile and install FCEUX for SDL, follow the instructions in the README-SDL.md file. -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. The Windows XP toolset is required to open and build this solution. If it +is not installed, go to "Tools" > "Get Tools and Features". Select "Individual Components" and then install "C++ Windows XP Support for VS 2017 (v141) tools". 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.