[Mono-list] Can't build a stand alone mono environment.

Neil Munro neilmunro at gmail.com
Thu Jan 10 02:36:46 EST 2008


I am following the instructions here
http://www.mono-project.com/Parallel_Mono_Environments#Source_from_Version_Control_.28Mono_SVN.29to
try and build an independent mono environment so I can use the latest
features and the latest monodevelop however I can't quite get monodevelop
working right. I'm going to rebuild the packages from scratch, but a list of
packages to build in the correct order would be a help right now. I am going
to install into /opt but I also need to know something regarding the file
you run source on.

I run ubuntu 7.10 and don't really know where gnome is installed into, thus
had to take a guess based on the results of whereis gnome. If someone can
just help me out I'd really appreciate it, I get so far and just get stuck
and would just like to be working on my project again.

#!/bin/bash
MONO_PREFIX=/opt/mono
GNOME_PREFIX=/opt/gnome
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
PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080110/62bdd478/attachment.html 


More information about the Mono-list mailing list