-
-
Save shopglobal/21a4889c2e14575784e4cec7e0ca7590 to your computer and use it in GitHub Desktop.
How to compile c# on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== | |
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