On Tue, 2004-06-15 at 16:51, KiOrKY wrote: > can someone gives me stes to compile nightly builds bnecause im thinking that i do > it wrong !!!! > > i cant access cvs because enterprise 's firewall... so i can just download packages > in "dayly" part of the web site > > i want to refresh all the apps (mono but mcs too !) > regards
Download a mono snapshot from the website, http://www.go-mono.com/daily . You do *not* want a monocharge or a monolite; you want the mono package. At the moment, that's mono-0.96.20040614.tar.gz Use either tar with the zxvf switches or an application like file-roller to extract the tarball open a terminal; cd into the directory you extracted the tarball to run ./configure, or ./autogen.sh if there's no configure. Make sure all the dependencies you need are satisfied. run make run make install You should now have a mono install in /usr/local. You may need to set environment variables so it takes precedence over one installed from a package; the relevant variables are PATH and LD_LIBRARY_PATH, IIRC. -- Iain McCoy <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
