Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: Dominic Hopf dmaphy@googlemail.com Date: Mon, 12 Mar 2012 20:53:22 Commit: 5ea168ca1c5acb2c404dd730d8b0362324d0c2bb https://github.com/geany/plugins.geany.org/commit/5ea168ca1c5acb2c404dd730d8...
Log Message: ----------- describe the autotools way to build geany-plugins as well
Modified Paths: -------------- content/downloads.html
Modified: content/downloads.html 7 files changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -166,3 +166,10 @@ <code> ./waf install </code> + +<p>Or either do it the autotools way as well:</p> +<code> +./autogen.sh # Note this already runs ./configure<br /> +make<br > +make install +</code>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org