[Mono-list] building / compiling sln on linux

Dale Ragan dale at ragan.io
Fri Aug 17 02:18:08 UTC 2012


> But over on linux, how does one compile such a project?

You'll want to use xbuild, the Mono equivalent to MSBuild if you want to
compile from the command line. There's other ways as well, but this is
the simplest.

% xbuild path_to_solution_filename.sln



More information about the Mono-list mailing list