r18304 - gnucash/trunk - Minor updates to HACKING, by Geert Janssens.

Christian Stimming cstim at code.gnucash.org
Wed Sep 9 14:33:06 EDT 2009


Author: cstim
Date: 2009-09-09 14:33:06 -0400 (Wed, 09 Sep 2009)
New Revision: 18304
Trac: http://svn.gnucash.org/trac/changeset/18304

Modified:
   gnucash/trunk/HACKING
Log:
Minor updates to HACKING, by Geert Janssens.

Modified: gnucash/trunk/HACKING
===================================================================
--- gnucash/trunk/HACKING	2009-09-08 23:48:42 UTC (rev 18303)
+++ gnucash/trunk/HACKING	2009-09-09 18:33:06 UTC (rev 18304)
@@ -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



More information about the gnucash-changes mailing list