[MonoDevelop] Re: Monodevelop-list Digest, Vol 11, Issue 15 trusted sender for your account)

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Mar 12 08:12:06 EST 2006


Hi,

> However according to the README file I need to use the following to
> build MonoDevelop.
>
> ./configure --prefix=`pkg-config --variable=prefix mono`
> make
> make install
>
> But I get the following error
>
> bash: ./configure: No such file or directory

Run ./autogen.sh first, as it will call autoconf etc int the correct
order to generate the ./configure file, and then run it. This is
pretty much an autotools convention now, but I guess the README should
be corrected sometime.

./autogen.sh --prefix=`pkg-config --variable=prefix mono

If you want to change the configuration later you should just be able
to run ./configure, unless the build system has been substantially
changed, in which case the build may not work. If that happens, just
use ./autogen.sh again.



Michael


More information about the Monodevelop-list mailing list