[Mono-list] Re: [Mono-devel-list] Released: Mono, Monodoc and XSP.

Mohammad DAMT md@mt.web.id
Wed, 03 Dec 2003 09:24:56 +0700


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