[Mono-list] Compiling mono* from git

Nic Wise nicw at fastchicken.co.nz
Sun Jun 23 10:09:52 UTC 2013


Hi Mel

Sorry if this is documented somewhere else (if so, I'd love the url),
but where did you get MVC4 from, to run on Mono?

I only have a Mac, no windows machine (well, no easy access to them) -
is there a nice bootstrap around somewhere to use with Xamarin Studio?

Cheers

Nic

On 22 June 2013 15:43, Miljenko Cvjetko <mcvjetko at holisticware.net> wrote:
> Hi
>
> Here is my 2c Ubunut (Debian should be the same) CentOS comes this weekend
>
>
>
> prep script for Ubuntu (I think debian too)
>
> #/bin/bash
>
> sudo apt-get -y --fix-missing install \
> gcc g++ bison gettext make \
> libtool autoconf \
> git
>
>
>
>
> compile script for Debian/Ubuntu
>
> #/bin/bash
>
>
> rm -fr mono/
> git clone git://github.com/mono/mono.git
> cd mono
>
> # Instead of
> # ./configure --prefix=/usr
> # choices
> # ./configure --prefix=/opt/mono
> #
>
> #./configure --prefix=/usr
> ./autogen.sh --prefix=/usr
>
> make
> sudo make install
> mono -V
>
>
>
>
>
> resulting in
> ASP.net MVC4 in AWS EC2
> http://mono-aspnet-mvc4-aws.holisticware.org/
>
> best regards
>
> mel
>
>
>
> On 2013.06.22 15:56, Nic Wise wrote:
>>
>> I'm on Ubuntu (slightly different I think? I'm on a Linode)  - I just
>> followed this:
>>
>> http://stackoverflow.com/questions/13365158/installing-mono-3-0
>>
>> (second answer down). Only extra thing I needed to do was make sure I
>> checked out the right tag (mono-3.0.12 now) and loaded libgtk2.0-dev
>>
>> apt-get install libgtk2.0-dev
>>
>> Works great otherwise
>>
>>
>>
>> On 22 June 2013 10:41, Trust <tu at tobiasulm.net> wrote:
>>>
>>> Hi *,
>>>
>>> i cloned mono from git repo as described.
>>> My problem is that in mono, or monodevelop or xsp there is no
>>> configure.sh
>>> So my question is when i try to compile my own packages on fedora (cause
>>> the
>>> packages in fedora a damn old) how to? There are no configure.sh scripts.
>>> Did i miss something?
>>>
>>> Thx and greetings from lower bavaria
>>>
>>> Tobi
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://mono.1490590.n4.nabble.com/Compiling-mono-from-git-tp4660003.html
>>> Sent from the Mono - General mailing list archive at Nabble.com.
>>> _______________________________________________
>>> Mono-list maillist  -  Mono-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>>
>
>
> --
> Miljenko Cvjetko dipl.ing. ET
>         Direktor/CEO
>         Projektant rješenja/Solution Architect
>         Razvojni programer/Senior developer
>         Voditelj projekta/Project Manager
>
> IX južna obala 13
> Kajzerica Zagreb
> T: 385 1 7775555
> M: 385 91 557 447 3
> F: 385 1 7779556
> e: mcvjetko at holisticware.net
> w: http://holisticware.net
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken
b. http://www.fastchicken.co.nz/


More information about the Mono-list mailing list