c# compiler
windows:csc
compile:csc test.cs
run:test.exe
Linux:dmcs
sudo apt-get install mono-dmcs mono-runtime
compile:dmcs test.cs
run:mono test.exe
https://www.mono-project.com/docs/about-mono/languages/csharp/
c# compiler
windows:csc
compile:csc test.cs
run:test.exe
Linux:dmcs
sudo apt-get install mono-dmcs mono-runtime
compile:dmcs test.cs
run:mono test.exe
https://www.mono-project.com/docs/about-mono/languages/csharp/
本文标题:c# mono ubuntu
本文链接:https://www.haomeiwen.com/subject/ezchoqtx.html
网友评论