Thank you. I tried this but got errors
**Error**: You must have `autoconf' installed to compile Mono. Download the appropriate package for your distribution, or get the source tarball at ftp://ftp.gnu.org/pub/gnu/ **Error**: You must have `libtool' installed to compile Mono. Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz (or a newer version if it is available) **Error**: You must have `automake' installed to compile Mono. Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz (or a newer version if it is available) make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. Which apt-get or other commands should used to install them ? Application creates thumbnails from images using System.Drawing. http://www.mono-project.com/Release_Notes_Mono_3.2 describes that libgdiplus shouls compiled separately. If I tried it last time it required also lot of libraries. Will you instructions create libgdiplus also ? Andrus. From: Daniel Lo Nigro Sent: Thursday, August 15, 2013 2:36 PM To: Andrus Cc: [email protected] Subject: Re: [Mono-aspnet-list] How to install Mono 3 RTM in Debian Mono 3 was released in July. The initial release of Mono 3.0 came out in October 2012. The release you're talking about in July was probably Mono 3.2 :) This is production server so installation should not break existing applications using mono /opt/mono-2.10 Something like this (fixing any typos I've made): cd /usr/local/src wget http://download.mono-project.com/sources/mono/mono-3.2.1.tar.bz2 tar jxf mono-3.2.1.tar.bz2 cd mono-3.2.1 ./autogen.sh --prefix=/opt/mono-3.2 make make install Then you can use /opt/mono-3.2.1/bin/mono for any apps that you want to use Mono 3.2.1. Apps currently using Mono 2.10 will continue to do so unless you explicitly change them. I use GNU Stow to manage my Mono versions. They're all stored at /usr/local/stow/ in directories per version (so /usr/local/stow/mono-3.2.1 for example, similar to the /opt paths above). Stow handles creating symlinks in /usr/local/bin to the version you want to use by default. On Sun, Aug 11, 2013 at 11:51 PM, Andrus <[email protected]> wrote: Thank you. Mono 3 was released in July. Dates of files http://void.printf.net/~bredroll/pmono/pmono/ at 5th of May. So it looks like this is not released version. Debian production server runs asp .net mvc3 applications using mod_mono and Mono 2.10.8 It contains installed mono 2.6 which looks like it is not used. Where to find mono 3 RTM package for it or instructions how to compile Mono in this case ? This is production server so installation should not break existing applications using mono /opt/mono-2.10 Andrus. From: Daniel Lo Nigro Sent: Sunday, August 11, 2013 4:20 PM To: Andrus Cc: [email protected] Subject: Re: [Mono-aspnet-list] How to install Mono 3 RTM in Debian Ian Norton's pmono packages are pretty good (http://inorton.wordpress.com/pmono-parallel-mono-debian-pacakges/) Otherwise, you can just download the source and manually compile it. It's not too difficult to do and you can use the same Debian packaging scripts or something like checkinstall to make your own packages. :) On Sun, Aug 11, 2013 at 5:34 AM, Andrus <[email protected]> wrote: Mono 2.10 is installed in Debian as parallel installation to /opt/mono-2.10 Package 2.10.8-parallel-environment-amd64.deb package downloaded from http://sourceforge.net/projects/mono-parallel/files/ How to install released Mono 3 in similar way ? Where to similar package for Mono 3 ? Andrus. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
_______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
