[geany/geany-plugins] 18f421: Remove waf from README
Frank Lanitz
git-noreply at xxxxx
Wed Jan 6 10:00:59 UTC 2016
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Wed, 18 Nov 2015 22:32:20 UTC
Commit: 18f4219c2e049ebc2e02ee4e999c341e6e458ca8
https://github.com/geany/geany-plugins/commit/18f4219c2e049ebc2e02ee4e999c341e6e458ca8
Log Message:
-----------
Remove waf from README
Modified Paths:
--------------
README
Modified: README
11 lines changed, 1 insertions(+), 10 deletions(-)
===================================================================
@@ -5,7 +5,7 @@ Geany-Plugins
Installation
------------
-You can build the plugins using either Autotools or Waf.
+You can build the plugins using Autotools.
Building with Autotools
^^^^^^^^^^^^^^^^^^^^^^^
@@ -122,12 +122,3 @@ which means that after running ``./configure``, you may compile each
individual plugin by cd-ing into the respective plugin directory
and running make inside it.
-Building with Waf
-^^^^^^^^^^^^^^^^^
-
-Geany-Plugins can also being build using Python based build system Waf.
-For doing this you have similar to building with Autotools run three steps::
-
- ./waf configure [arguments]
- ./waf build
- ./waf install
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list