mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added Mono for C# scripting
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# 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:
|
||||
1. Clone the mono repository: `git clone --recursive https://github.com/mono/mono`
|
||||
2. Build Mono:
|
||||
- For Windows:
|
||||
1. Open the solution `msvc/mono.sln`
|
||||
2. Build the entire Solution (Debug and Release)
|
||||
3. Binary output will be in `msvc\build\sgen\x64\lib\` (Debug and Release)
|
||||
4. Include files will be in `msvc\include`
|
||||
Reference in New Issue
Block a user