Re: C Sharp?
Re: C Sharp?
- Subject: Re: C Sharp?
- From: Dave <email@hidden>
- Date: Thu, 16 Jul 2015 20:12:33 +0100
I managed to install Home Brew and the Dependancies, but permission problems running this Scrpt:
PATH=$PREFIX/bin:$PATH
git clone https://github.com/mono/mono.git
cd mono
./autogen.sh --prefix=$PREFIX --disable-nls
make
make install
What should $PREFIX be set to?
To build Mono from a Git Source Code checkout, you will want to have the official Mono installed on the system, as the build requires a working C# compiler to run. Once you do this, run the following commands, remember to replace PREFIX with your installation prefix that you selected:
From (http://www.mono-project.com/docs/compiling-mono/mac/ <http://www.mono-project.com/docs/compiling-mono/mac/>),
This is totally confusing especially if you have no real idea of of the finer details of Unix and where things should go.
Surely it can’t be this difficult to build a 64 bit version of a framework, I can’t understand why I need to do all the munging and can’t just get a Mono64.framework file out of the build process.
All the Best
Dave
_______________________________________________
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