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
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to