[Github-comments] [geany] Updated build instructions (#636)

Matthew Brush notifications at xxxxx
Tue Oct 27 00:26:03 UTC 2015


> @@ -40,8 +40,9 @@ GNU versions of these tools are recommended.
>  
>  Installation
>  ------------
> -Installing Geany is done by the following three commands:
> -$ ./configure
> +Installing Geany is done by the following commands:
> +$ libtoolize
> +$ ./autogen.sh

It needs to be called any time `configure` script needs to be re-generated also, like if someone edits `configure.ac` or any of the `.m4` files. I think that's why `autogen.sh` calls `configure` for you, to avoid the extra step.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/636/files#r43072142
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151026/fe7ab33a/attachment.html>


More information about the Github-comments mailing list