mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
534 B
534 B
Why mono?
Eventhough mono only supports up to donet Framework 4.8 while other options support all the latest features. As of now only mono supports reloading assemblies.
Building Mono:
- Clone the mono repository:
git clone --recursive https://github.com/mono/mono - Build Mono:
- For Windows:
- Open the solution
msvc/mono.sln - Build the entire Solution (Debug and Release)
- Binary output will be in
msvc\build\sgen\x64\lib\(Debug and Release) - Include files will be in
msvc\include
- Open the solution
- For Windows: