[Opensim-users] For you Ubuntu users update mono

M.E. Verhagen marceled9 at gmail.com
Mon Oct 18 08:22:53 UTC 2010


It isn't an update, ubuntu maverick shipped with 2.6.7.  It will take a few
months befor the update is availiable.

So I compiled it myself:

-------------------------------------------------------------------------------------------------------------------------------

For mono there is an install sciprt:

http://www.integratedwebsystems.com/2010/10/mono-2-8-install-script-for-ubuntu-fedora/

You need a script to activate mono:

#!/bin/bash
MONO_PREFIX=/usr/local
export DYLD_LIBRARY_PATH=/usr/lib/local:
export LD_LIBRARY_PATH=/usr/lib/local:
export C_INCLUDE_PATH=/usr/local/include:/include
export ACLOCAL_PATH=/usr/local/share/aclocal
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/lib/pkgconfig
PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
PS1="[mono] \w @ "


The nant source can be downloaded from:

and nant :
http://netcologne.dl.sourceforge.net/project/nant/nant/0.91-alpha2/nant-0.91-alpha2-src.tar.gz

it compiles with:

make install prefix=/usr/local
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20101018/267ec9fa/attachment.html>


More information about the Opensim-users mailing list