Re: C Sharp?
Re: C Sharp?
- Subject: Re: C Sharp?
- From: Jens Alfke <email@hidden>
- Date: Thu, 16 Jul 2015 09:27:26 -0700
> On Jul 16, 2015, at 6:38 AM, Dave <email@hidden> wrote:
>
> -bash: ./MonoDependanciesInstall.sh: Permission denied
You can’t invoke a shell script directly as a command unless the file has executable permission.
Either do ‘chmod +x MonoDependanciesInstall.sh’ first, or just run it as ‘bash MonoDependanciesInstall.sh’.
Also, this is kind of veering off-topic for cocoa-dev … maybe find a Mono forum to get help building it?
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden