[geany/plugins.geany.org] cc9122: add section "Download directly from version control"

Dominic Hopf git-noreply at xxxxx
Thu Mar 1 16:52:12 UTC 2012


Branch:      refs/heads/master
Author:      Dominic Hopf <dmaphy at googlemail.com>
Committer:   Dominic Hopf <dmaphy at googlemail.com>
Date:        Thu, 01 Mar 2012 16:52:12
Commit:      cc9122d3b66680de3a46a4215b6e695a266fe04b
             https://github.com/geany/plugins.geany.org/commit/cc9122d3b66680de3a46a4215b6e695a266fe04b

Log Message:
-----------
add section "Download directly from version control"


Modified Paths:
--------------
    content/downloads.html

Modified: content/downloads.html
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -145,3 +145,24 @@
 gpg --import < hyperair-pubkey.txt<br />
 gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2
 </code>
+
+<h2>Download directly from version control</h2>
+<p>You can pull the sources for Geany-Plugins directly from version control
+as well. To do this, just clone the <a href=
+"https://github.com/geany/geany-plugins">Git repository</a> like this:</p>
+
+<code>
+git clone git://github.com/geany/geany-plugins.git geany-plugins
+</code>
+
+<p>You can build the plugins from those sources then using Waf:</p>
+<code>
+./waf configure<br />
+./waf build -p -k
+</code>
+
+<p>You can either copy the resulting .so files to ~/.config/geany/plugins/ or
+install them to /usr/share/geany/ with running following command as root:</p>
+<code>
+./waf install
+</code>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list