I\'d like to build and run a Monodevelop solution from the OS X Terminal. What are the appropriate tools/commands to do this?
I tried running mdto
mdto
Nowadays if you run xbuild you also will get:
xbuild
">>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<"
So, you should go for:
msbuild Solution.sln