On Rab, 2003-12-03 at 08:05, Miguel de Icaza wrote:
> Hello,
> 
>     New Mono, New Monodoc, New Apache Module support are out,
> information with screenshots is available here:
> 
>       http://www.go-mono.com/archive/mono-0.29.html

Quick Source Installation part is not correct:

$ tar xzf mono-0.29.tar.gz
$ ./configure
$ make install

should be
$ tar xzf mono-0.29.tar.gz
$ cd mono-0.29
$ ./configure
$ make install


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to