Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ go to the folder and in windows path, type cmd
it will open cmd and type ``dotnet build -c release`` and ``dotnet build -c debug``

since it has AOT, it means it will be to assembly so after doing your project and having it set to AOT, you could of course use the AOT dll for the output

also don't mind the cmd, i tried to make a build file for building it easier
Loading