Added Mono for C# scripting

This commit is contained in:
Simon Lübeß
2023-03-26 13:11:44 +02:00
parent fd6826785a
commit 5e5134a607
57 changed files with 7466 additions and 4 deletions
+11
View File
@@ -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`