[geany/geany-plugins] 9b4764: Debugger: Try to adjust INSTALL dcoumentation to reflect removing waf
Frank Lanitz
git-noreply at xxxxx
Wed Jan 6 10:01:01 UTC 2016
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 21 Nov 2015 12:26:21 UTC
Commit: 9b47645de53e83624e4bf44842a3986a7b058aa2
https://github.com/geany/geany-plugins/commit/9b47645de53e83624e4bf44842a3986a7b058aa2
Log Message:
-----------
Debugger: Try to adjust INSTALL dcoumentation to reflect removing waf
Modified Paths:
--------------
debugger/INSTALL
Modified: debugger/INSTALL
13 lines changed, 4 insertions(+), 9 deletions(-)
===================================================================
@@ -19,17 +19,12 @@ cp src/.libs/debugger.so ~/.config/geany/plugins
Third
--------------------------------------------------------------------------------
-There will soon be a possibility to build debugger using waf.
-
-
-Fourth
---------------------------------------------------------------------------------
Building much of the available plugins from git by doing this:
git clone https://github.com/geany/geany-plugins.git
cd geany-plugins
-./waf configure
-./waf build -p -k
+./autogen.sh
+./configure
+make
+sudo make install
-Built *.so-files will be available in ./_build_/default/ after a successful build.
-Copy the ones you want to ~/.config/geany/plugins/
--------------
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