SF.net SVN: geany-plugins:[1077] trunk/geany-plugins/geanygdb

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sun Dec 13 11:58:05 UTC 2009


Revision: 1077
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1077&view=rev
Author:   dmaphy
Date:     2009-12-13 11:58:05 +0000 (Sun, 13 Dec 2009)

Log Message:
-----------
Update INSTALL and README for GeanyGDB

Modified Paths:
--------------
    trunk/geany-plugins/geanygdb/INSTALL
    trunk/geany-plugins/geanygdb/README

Modified: trunk/geany-plugins/geanygdb/INSTALL
===================================================================
--- trunk/geany-plugins/geanygdb/INSTALL	2009-12-13 11:41:13 UTC (rev 1076)
+++ trunk/geany-plugins/geanygdb/INSTALL	2009-12-13 11:58:05 UTC (rev 1077)
@@ -6,36 +6,6 @@
 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/ttyhelper ~/.config/geany/plugins/geanygdb/ttyhelper
-
-
-Third
-=====
-There will soon be a possibility to build geanygdb using waf.
-
-
-Fourth
-======
-You can build 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/.
+GeanyGDB is part of the Geany-Plugins project. Please consider compiling and/or
+installing Geany-Plugins. A separate compilation of GeanyGDB is not supported
+anymore.

Modified: trunk/geany-plugins/geanygdb/README
===================================================================
--- trunk/geany-plugins/geanygdb/README	2009-12-13 11:41:13 UTC (rev 1076)
+++ trunk/geany-plugins/geanygdb/README	2009-12-13 11:58:05 UTC (rev 1077)
@@ -1,6 +1,3 @@
-.. |(version)| replace:: 0.0.2
-.. |(download_current)| replace:: http://plugins.geany.org/geanygdb/geanygdb-0.0.2.tar.gz
-
 ===============
 GeanyGDB Plugin
 ===============
@@ -10,7 +7,7 @@
 About
 =====
 GeanyGDB is a plugin for Geany which provides integrated debugging support
-within Geany via the GNU Debugger (gdb).
+within Geany via the GNU Debugger (GDB).
 
 Geany is a small and lightweight integrated development environment using the
 GTK2 toolkit.
@@ -25,36 +22,42 @@
 
 Current Version
 ===============
-The current stable GeanyGDB release is |(version)|.
+GeanyGDB now is part of the Geany-Plugins project. The current version of
+Geany-Plugins is 0.18. The last stable release of GeanyGDB is 0.0.2. You are
+recommended to use the more current versions of GeanyGDB shipped with
+Geany-Plugins.
 
 
 Requirements
 ============
-For compiling the plugin yourself, you will need the GTK (>= 2.8.0) libraries
-and header files. You will also need its dependency libraries and header
+If you like to compile Geany-Plugins yourself, you will need the GTK (>= 2.8.0)
+libraries and header files. You will also need its dependency libraries and header
 files, such as Pango, Glib and ATK. All these files are available at
-http://www.gtk.org.
+http://www.gtk.org or as package via your distributor.
 
 And obviously, you will need have Geany installed. If you have Geany installed
-from the sources, you should be ready to go.
-If you used a prepared package e.g. from your distribution you probably need
-to install an additional package, this might be called geany-dev or geany-devel.
-Please note that in order to compile and use this plugin, you need Geany 0.16
+from the sources, you should be ready to go. If you are using a prepared package
+e.g. from your distribution you probably need to install an additional package,
+which might be called geany-dev or geany-devel.
+Please note that in order to compile and use GeanyGDB, you will need Geany 0.16
 or later.
 
 Furthermore you need, of course, a C compiler and the Make tool.
 The GNU versions of these tools are recommended.
 
+And last but not least: GDB.
 
+
 Installation
 ============
-See the file `INSTALL <INSTALL.html>`_ for more information.
+Please consider to compile and/or install the Geany-Plugins project, as GeanyGDB
+now is part of Geany-Plugins.
 
 
 Documentation
 =============
 There is no real documentation, but if you hover your mouse over the buttons
-in the "Debug" sidebar panel in Geany the tooltips should give you some idea
+in the GeanyGDBs sidebar panel in Geany the tooltips should give you some idea
 of what to do next. There are also a few "rough draft" notes below:
 
 Most of the console output from GDB is sent to the "Compiler" message window
@@ -72,7 +75,7 @@
 
 To examine the state of the program's variables, you can click on the "Stack"
 button in the debug sidebar. Note that the interaction between the plugin and
-the debugger can sometimes be quite slow, so please be patient when waiting
+GDB can sometimes be quite slow, so please be patient when waiting
 for the dialogs to open.
 
 The "Add breakpoint", "Add watchpoint", and "Run to" dialogs will try to
@@ -80,7 +83,7 @@
 have open in Geany, but if you don't like the choice, just click the "Clear"
 button and type in whatever you please.
 
-The plugin tries to enable only the buttons that are relevant to the current
+GeanyGDB tries to enable only the buttons that are relevant to the current
 state, but ocassionally it might end up getting things wrong. If this happens,
 you should be able to click the "Unload" button and everything will be reset.
 
@@ -97,26 +100,27 @@
 Current Version
 ---------------
 
-============= ================ =================================================
-Geany Version GeanyGDB Version Download
-============= ================ =================================================
-0.16               |(version)| |(download_current)|
-============= ================ =================================================
+Current versions of Geany-Plugins can be found at http://plugins.geany.org/geany-plugins/.
 
-Up to date source code can be downloaded here::
+You can also check out more current sources of Geany-Plugins from SVN, but note
+that SVN checkouts may not run stable.
 
-  svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanygdb
+  svn checkout https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
 
-previous Versions
------------------
 
+Older Versions
+--------------
+
 ======================= ================ =========================================================
 Geany Version           GeanyGDB Version Download
 ======================= ================ =========================================================
 known to work with 0.14            0.0.1 http://plugins.geany.org/geanygdb/geanydebug-0.0.1.tar.gz
+                   0.16            0.0.2 http://plugins.geany.org/geanygdb/geanygdb-0.0.2.tar.gz
 ======================= ================ =========================================================
 
 
+
+
 Contact
 =======
 Geanys official homepage is http://geany.org/
@@ -126,4 +130,3 @@
 eMail to dmaphy at googlemail.com
 
 meet us in IRC on channels #geany or #geany-de using chat.freenode.net
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list