[geany/plugins.geany.org] 5ea168: describe the autotools way to build geany-plugins as well
Dominic Hopf
git-noreply at xxxxx
Mon Mar 12 20:53:22 UTC 2012
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy at googlemail.com>
Committer: Dominic Hopf <dmaphy at googlemail.com>
Date: Mon, 12 Mar 2012 20:53:22
Commit: 5ea168ca1c5acb2c404dd730d8b0362324d0c2bb
https://github.com/geany/plugins.geany.org/commit/5ea168ca1c5acb2c404dd730d8b0362324d0c2bb
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).
More information about the Plugins-Commits
mailing list