Iβm trying to create an automatic download, compilation and launch of a program for a project to make it easier for other Mac users and me, so we donβt have to do it all over and over as the project progresses. I can not find anything about how to compile and run a monodevelop C # project with code when I google. Does anyone know how to do this?
thanks
Edit: using xbuild as below compiles the project, but I can't find a command to start the build? the only way out seems to be .exe and it starts vmware when I try to start, is there a som command that I am adding somewhere? for example run
tar -xf sources.tar.gz cd *project* xbuild project.sln
source share