mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
485 B
485 B
Windows
- Open the solution in Visual Studio 2022
- Compile as Release/x64
- Set the startup project to the "UI" project and run
Linux
To compile Mesen under Linux you will need a version of clang or gcc which supports C++17.
Additionally, the .NET 6 SDK must also be installed.
Examples:
LTO=true make
will compile with clang and LTO.
USE_GCC=true LTO=true make
will compile with gcc and LTO.