Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Readme: Changes to COMPILING.md about compiling on windows (#829)
Browse files Browse the repository at this point in the history
update COMPILING.md with notes regarding compiling the project on windows and using the right version of .net framework
  • Loading branch information
properchopsticks authored May 27, 2020
1 parent cb75f7f commit b2a1d93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit b2a1d93

Please sign in to comment.