Skip to content

Instantly share code, notes, and snippets.

@shopglobal
Forked from saturnphp/Copile C# Linux
Created August 26, 2018 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopglobal/21a4889c2e14575784e4cec7e0ca7590 to your computer and use it in GitHub Desktop.
Save shopglobal/21a4889c2e14575784e4cec7e0ca7590 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
==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment