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 mdtools build
from the directory containing MySolution.sln
. This results in -bash: mdtools: command not found
. Where can I download and install mdtools
? (if this is the right way to go).
I built the solution from the IDE. Then I tried to run it from bin/Debug
with mySolution.exe
. This resulted in the error message -bash: mySolution.exe: command not found
(even though ls
shows it exists).