[Github-comments] [geany/geany] README: Mention additional dependencies when building from Git (#1087)

elextr notifications at xxxxx
Sat Jun 25 13:56:57 UTC 2016


> @@ -47,7 +47,8 @@ $ make
>  % make install
>  
>  If you are building from a Git clone rather than a source tarball, you need
> -to run ./autogen.sh first.
> +to run ./autogen.sh first, after having installed GLib's development files.

I suggest maybe making it more obvious, you know how nobody reads the README, even less read it carefully, so describing steps that are needed after the steps that follow them is not good.  Instead make two sections, even though they repeat most of it.

Suggest the basic layout:

To make documentation install rst2html, and what happens if its not available

Installation from GIT clone:

Install g* dev (just for my interest why isn't this needed for the tarball?)
autogen.sh (I would suggest only needed first time, but this is the install section not repeated build, so ok)
configure
make
(as root or sudo)
make install

Installing from tarball:

configure
make
(as root or sudo)
make install



---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1087/files/7bc84224bfc53d6367b559187d2a5e8f2da199b7#r68488880
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160625/63a6c4f3/attachment.html>


More information about the Github-comments mailing list