Hi,

While studying how to develop for GnuCash, I found some information in the 
HACKING document to be outdated:
* it still refers to CVS, while GC has switched to svn for quite a while
* now the gnucash-bin application is a C app, there's an easier way to start
  GC under the debugger

I have updated HACKING to reflect these changes, together with a small typo.

Attached is a patch for it.

Regards,

Geert
Index: HACKING
===================================================================
--- HACKING	(revision 18302)
+++ HACKING	(working copy)
@@ -7,7 +7,7 @@
 -----------------
 
 In addition to this file, you should read the README file, which
-explains the details of getting the CVS source, building GnuCash,
+explains the details of getting the SVN source, building GnuCash,
 and creating patches for submission.
 
 The src/doc/design directory contains a preliminary design document
@@ -85,6 +85,10 @@
 -----------------------
 To run gdb on an installed version of gnucash (installed in /opt/gnc/unstable:)
 
+    % /opt/gnc/unstable/bin/gnucash-gdb
+
+The old method (pre 2.2) also still works, but is slightly more complicated:
+
     % /opt/gnc/unstable/bin/gnucash &
     [ pid number output here ]
     % gdb /opt/gnc/unstable/bin/gnucash-bin
@@ -124,7 +128,7 @@
 I get a bunch of errors:
    warning: Cannot initialize thread debugging library: unknown thread_db error '22'
 
-If you know how to fix this, please update tehse instructions.
+If you know how to fix this, please update these instructions.
 
 
 Using Valgrind with GnuCash
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to