I have been working much more on C# .NET recently and I want to do many of the stuff I've been doing with Mono & Monodevelop. As many of you, I have to get the most up to date Mono environment to get the latest features to work with.
I came up with a really nice set of scripts to get Mono 2.8 running here: http://www.integratedwebsystems.com/201 ... tu-fedora/. I have been using and adapting those scripts to get my environment up to date.
It might help you to get your Mono environment up to date easier.
UPDATE: Nathan has been updating the script to install the most up-to date mono environment.
You better get the script there: http://www.integratedwebsystems.com/201 ... sh-script/
The one to get monodevelop 2.8.8.4 up and running is here:
http://patux.net/downloads/mono/install ... 2.8.8.4.sh
(It Includes the fix to disable the broken sample test in gnome-sharp 2.24.1 described here: http://www.mono-hispano.org/error-compi ... /#more-149
You better set the environment variables to work with the recent mono, after you have build and install your environment.
I came up with a really nice set of scripts to get Mono 2.8 running here: http://www.integratedwebsystems.com/201 ... tu-fedora/. I have been using and adapting those scripts to get my environment up to date.
It might help you to get your Mono environment up to date easier.
UPDATE: Nathan has been updating the script to install the most up-to date mono environment.
You better get the script there: http://www.integratedwebsystems.com/201 ... sh-script/
The one to get monodevelop 2.8.8.4 up and running is here:
http://patux.net/downloads/mono/install ... 2.8.8.4.sh
(It Includes the fix to disable the broken sample test in gnome-sharp 2.24.1 described here: http://www.mono-hispano.org/error-compi ... /#more-149
You better set the environment variables to work with the recent mono, after you have build and install your environment.
MONO_PREFIX=/opt/mono-2.10
GNOME_PREFIX=/usr
export DYLD_LIBRARY_FALLBACK_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
export PATH=$MONO_PREFIX/bin:$PATH
Links




