[Gnucash-changes] r11858 - gnucash/trunk/doc - updated osx advice

Neil Williams codehelp at cvs.gnucash.org
Sun Nov 6 09:23:04 EST 2005


Author: codehelp
Date: 2005-11-06 09:23:03 -0500 (Sun, 06 Nov 2005)
New Revision: 11858

Modified:
   gnucash/trunk/doc/build-osx.txt
Log:
updated osx advice

Modified: gnucash/trunk/doc/build-osx.txt
===================================================================
--- gnucash/trunk/doc/build-osx.txt	2005-11-06 13:59:54 UTC (rev 11857)
+++ gnucash/trunk/doc/build-osx.txt	2005-11-06 14:23:03 UTC (rev 11858)
@@ -9,21 +9,38 @@
 
 To avoid these problems, you are advised to change your PATH variable
 in ~/.bashrc to put the Fink binaries ahead of the main OSX binaries
-in the path:
+in your path:
 Instead of:
+\verbatim
 PATH=/usr/bin/:/sbin/:/usr/sbin/:/bin:/opt/local/bin:/sw/bin
+/endverbatim
 use:
+/verbatim
 PATH=/sw/bin:/usr/bin/:/sbin/:/usr/sbin/:/bin:/opt/local/bin
+/endverbatim
 
 Then, when calling ./autogen.sh and ./configure, it may be necessary
 to direct OSX to the correct Guile installation environment using:
 
+\verbatim
 #!/bin/bash
 guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \
 ./autogen.sh
 guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \
 ./configure <your configure options>
+\endverbatim
 
+You may also need to specify the same environment to the first
+make command:
+
+\verbatim
+guile16-build env LIBRARY_PATH=/sw/lib CPATH=/sw/include \
+make
+\endverbatim
+
+If (when) you do a 'make distclean', this whole process will have to
+be done again.
+
 \section osxtools OSX tools
 
 GnuCash recommends <b>only>/b> the most recent versions of each of the 



More information about the gnucash-changes mailing list