r19320 - gnucash/trunk - Some changes to align the README files with the current state of gnucash.

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 30 16:42:02 EDT 2010


Author: gjanssens
Date: 2010-06-30 16:42:02 -0400 (Wed, 30 Jun 2010)
New Revision: 19320
Trac: http://svn.gnucash.org/trac/changeset/19320

Modified:
   gnucash/trunk/HACKING
   gnucash/trunk/README
   gnucash/trunk/README.dependencies
Log:
Some changes to align the README files with the current state of gnucash.

Modified: gnucash/trunk/HACKING
===================================================================
--- gnucash/trunk/HACKING	2010-06-30 20:17:37 UTC (rev 19319)
+++ gnucash/trunk/HACKING	2010-06-30 20:42:02 UTC (rev 19320)
@@ -85,16 +85,12 @@
 -----------------------
 To run gdb on an installed version of gnucash (installed in /opt/gnc/unstable:)
 
-    % /opt/gnc/unstable/bin/gnucash-gdb
+    % gdb /opt/gnc/unstable/bin/gnucash
 
-The old method (pre 2.2) also still works, but is slightly more complicated:
+OS X/Quartz developers can't run gnucash in gdb this way. They should instead use:
 
-    % /opt/gnc/unstable/bin/gnucash &
-    [ pid number output here ]
-    % gdb /opt/gnc/unstable/bin/gnucash-bin
-    [gdb output]
-    gdb> attach <pid>
-    
+    % /opt/gnc/unstable/bin/gnucash-gdb
+
 You'll also probably want to know about these:
 
     gdb> catch fork
@@ -104,7 +100,7 @@
 It may be the case that running GDB from within emacs doesn't work for you,
 with the following error:
 
-[C-u M-x gdb /opt/gnucash-cvs/bin/gnucash-bin
+[C-u M-x gdb /opt/gnucash-cvs/bin/gnucash
  ...in buffer *gud-gdb*:]
 
     (gdb) attach <pid>

Modified: gnucash/trunk/README
===================================================================
--- gnucash/trunk/README	2010-06-30 20:17:37 UTC (rev 19319)
+++ gnucash/trunk/README	2010-06-30 20:42:02 UTC (rev 19320)
@@ -127,7 +127,7 @@
     to conform more with the new GNOME Human Interface Guidelines.
 
 Home Page:
-http://gnucash.org/
+http://www.gnucash.org/
 
 Precompiled binaries:
 http://www.gnucash.org/pub/gnucash/
@@ -199,10 +199,10 @@
 
 You can start GnuCash at the command-line, with "gnucash" or "gnucash
 <filename>", where <filename> is a GnuCash account file.  Sample
-accounts can be found in "data" subdirectory.  *.gnucash files are GnuCash
-accounts that can opened with the "Open File" menu entry.  *.qif files
-are Quicken Import Format files that can be opened with the "Import
-QIF" menu entry.
+accounts can be found in the "doc/examples" subdirectory.  *.gnucash
+files are GnuCash accounts that can opened with the "Open File" menu entry.
+*.qif files are Quicken Import Format files that can be opened with the
+"Import QIF" menu entry.
 
 GnuCash responds to the following environment variables:
 
@@ -224,13 +224,13 @@
 ####################
 Internationalization
 --------------------
-Message catalogues exist for many different languages. These are
+Message catalogs exist for many different languages. These are
 enabled with environment variables. For example, 
 
-Francais, en bash:
+Francais, in bash:
     export LANG=fr_FR
 
-Francais, en tcsh:
+Francais, in tcsh:
     setenv LANG fr_FR
 
 German version:

Modified: gnucash/trunk/README.dependencies
===================================================================
--- gnucash/trunk/README.dependencies	2010-06-30 20:17:37 UTC (rev 19319)
+++ gnucash/trunk/README.dependencies	2010-06-30 20:42:02 UTC (rev 19320)
@@ -72,9 +72,6 @@
 pango
 swig
 
-(Note: gwrap has been replaced by swig and dropped completely in
-SVN-trunk on 2006-10-20 and for gnucash-2.2.0.)
-
 Interesting libraries
 ---------------------
 
@@ -89,27 +86,6 @@
 libgoffice/libgsf details
 -------------------------
 
-- libgoffice-0.1.0
-  - glib-2.0 >= 2.6.3
-  - libgsf-1 >= 1.13.1
-    - libgsf-1.13.1
-      - glib-2.0 >= 2.6.0
-      - libxml-2.0 >= 2.4.16
-      - libbonobo-2.0 >= 2.0.0
-      - gnome-vfs-2.0 >= 2.2.0
-      - gnome-vfs-module-2.0 >= 2.2.0
-  - libxml-2.0 >= 2.4.12
-  - pango  >= 1.8.1
-  - pangoft2 >= 1.8.1
-  - cairo >= 0.5.0 [optional]
-  - gtk+-2.0 >= 2.6.0
-  - libglade-2.0 >= 2.3.6
-  - libgnomeprint-2.2 >= 2.8.2
-  - libart-2.0 >= 2.3.11
-  - gconf-2.0
-  - libgnomeui-2.0 >= 2.0.0
-  - libgsf-gnome-1 >= 1.12.2
-
 - libgoffice-0.4.0
   - glib-2.0		>= 2.6.4
   - gobject-2.0		>= 2.6.4
@@ -145,7 +121,6 @@
     - glib2-2.4.7			glib2-2.12.3-2.fc6
     - gtk2-2.4.13			gtk2-2.10.4-16.el5
     - guile-1.6.4			guile-1.8.0--8.20060831cvs
-    - gwrap: not included		g-wrap-1.9.6    from Fedora Core 7
     - libart_lgpl-2.3.16		libart-lgpl-2.3.17-4
     - libglade2-2.4.0			libglade2-2.6.0-2
     - libgnomeprint22-2.8.0		libgnomeprint22-2.12.1-6



More information about the gnucash-changes mailing list