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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to