Readme: Changes to COMPILING.md about compiling on windows (#829)

update COMPILING.md with notes regarding compiling the project on windows and using the right version of .net framework
This commit is contained in:
properchopsticks 2020-05-27 22:23:03 +02:00 committed by GitHub
parent cb75f7fbe1
commit b2a1d93c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,12 @@
#### *Standalone*
1) Open the solution in Visual Studio 2019
2) Compile as Release/x64 or Release/x86
3) Run
2) Set "GUI.NET" as the Startup Project
3) Compile as Release/x64 or Release/x86
4) Run Mesen.exe
Note: When loading the the solution in Visual Studio make sure all the projects are loaded successfully.
Note: If you get an error about the project targeted .NET Framework 4.5 chose to download the missing packages then install ".NET Framework 4.5 targeting pack" from the Visual Studio Installer.
#### *Libretro*