r19009 - gnucash/trunk/packaging/win32 - Add note about required Qt for dist.sh + some typo fixes

Geert Janssens gjanssens at code.gnucash.org
Sat Apr 10 05:01:17 EDT 2010


Author: gjanssens
Date: 2010-04-10 05:01:16 -0400 (Sat, 10 Apr 2010)
New Revision: 19009
Trac: http://svn.gnucash.org/trac/changeset/19009

Modified:
   gnucash/trunk/packaging/win32/README
Log:
Add note about required Qt for dist.sh + some typo fixes

Modified: gnucash/trunk/packaging/win32/README
===================================================================
--- gnucash/trunk/packaging/win32/README	2010-04-09 08:13:29 UTC (rev 19008)
+++ gnucash/trunk/packaging/win32/README	2010-04-10 09:01:16 UTC (rev 19009)
@@ -16,7 +16,7 @@
   https://sourceforge.net/projects/mingw/files/MSYS%20Base%20System/msys-1.0.11/MSYS-1.0.11.exe/download
   to $DOWNLOAD_DIR
   Note: there may be a more recent version available when you read this, use
-        whatever verion that is available. BUT: be sure to use MSYS-xyz.exe
+        whatever version that is available. BUT: be sure to use MSYS-xyz.exe
         (ie the MSYS installer) and not the *bin.tar.lzma. I got confused
         the first time I tried, because directory msys-1.0.12 existed on
         sourceforge, but it didn't have the windows installer. You should
@@ -25,7 +25,7 @@
 
 * Install MSYS into $MSYS_DIR.
 
-* Download minwPORT's wget from
+* Download mingwPORT's wget from
   https://sourceforge.net/projects/mingw/files/mingwPORT/Current%20Releases/wget-1.9.1-mingwPORT.tar.bz2/download
   to $DOWNLOAD_DIR
   Note: the version number may have changed when you try this. Use whatever version
@@ -50,6 +50,11 @@
 completed:
 
   $INSTALLER_DIR/dist.sh
+  
+  
+  Note: if you didn't download and install Qt earlier, this command will fail
+        regardless of whether you disabled AQ_BANKING_WITH_QT or not. This is
+        a bug in the configuration script for the installer builder (issc).
 
 More information is collected on http://wiki.gnucash.org/wiki/Windows
 
@@ -65,7 +70,7 @@
 1. Edit the file create_cross_mingw.sh and set the PREFIX= variable to
    the preferred prefix of the mingw32 gcc/binutils on your
    Linux. (It is strongly recommended to choose a different prefix
-   than your normal compiler toolchain in order to distinguish
+   than your normal compiler tool chain in order to distinguish
    your native vs. cross compiler more easily.) Then run the
    script create_cross_mingw.sh - it will
    download, compile, and install a mingw32 toolchain.



More information about the gnucash-changes mailing list