Revision: 595 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=595&view=rev Author: dmaphy Date: 2009-04-18 13:54:02 +0000 (Sat, 18 Apr 2009)
Log Message: ----------- add small installation instructions for geanygdb
Modified Paths: -------------- trunk/geanygdb/INSTALL
Modified: trunk/geanygdb/INSTALL =================================================================== --- trunk/geanygdb/INSTALL 2009-04-17 13:39:58 UTC (rev 594) +++ trunk/geanygdb/INSTALL 2009-04-18 13:54:02 UTC (rev 595) @@ -0,0 +1,36 @@ +Please note that this plugin just should work with Geany 0.16 or higher. There +is no guarantee that it works with versions below 0.16. + +There are different possibilities to install this plugin: + +First +-------------------------------------------------------------------------------- +./configure +make +make install + + +Second +-------------------------------------------------------------------------------- +./configure +make +cp src/.libs/geanygdb.so ~/.config/geany/plugins +cp src/geanygdb_ttyhelper ~/.config/geany/plugins + + +Third +-------------------------------------------------------------------------------- +There will soon be a possibility to build geanygdb using waf. + + +Fourth +-------------------------------------------------------------------------------- +Building much of the available plugins from svn by doing this: + +svn co https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk geany-plugins +cd geany-plugins +./waf configure +./waf build -p -k + +Built *.so-files will be available in ./_build_/default/ after a successful build. +Copy the ones you want to ~/.config/geany/plugins/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org