Skip to content

Instantly share code, notes, and snippets.

@saturnphp
Last active June 6, 2021 12:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save saturnphp/4ce0da2c405c43b4341aef2f39cbfb84 to your computer and use it in GitHub Desktop.
Save saturnphp/4ce0da2c405c43b4341aef2f39cbfb84 to your computer and use it in GitHub Desktop.
How to compile c# on ubuntu
==
Visual Studio
http://stackoverflow.com/questions/8264323/how-to-compile-a-visual-studio-c-sharp-project-with-mono
apt-get install mono-complete
and run from the command line :
xbuild mysolution.sln
xbuild myproject.csproj
==
@shopglobal
Copy link

thanks man

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment