mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add note about required Qt for dist.sh + some typo fixes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19009 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
196852f687
commit
547b7aa5fe
@ -16,7 +16,7 @@ Note: The mingw homepage is http://www.mingw.org. You can read more
|
|||||||
https://sourceforge.net/projects/mingw/files/MSYS%20Base%20System/msys-1.0.11/MSYS-1.0.11.exe/download
|
https://sourceforge.net/projects/mingw/files/MSYS%20Base%20System/msys-1.0.11/MSYS-1.0.11.exe/download
|
||||||
to $DOWNLOAD_DIR
|
to $DOWNLOAD_DIR
|
||||||
Note: there may be a more recent version available when you read this, use
|
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
|
(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
|
the first time I tried, because directory msys-1.0.12 existed on
|
||||||
sourceforge, but it didn't have the windows installer. You should
|
sourceforge, but it didn't have the windows installer. You should
|
||||||
@ -25,7 +25,7 @@ Note: The mingw homepage is http://www.mingw.org. You can read more
|
|||||||
|
|
||||||
* Install MSYS into $MSYS_DIR.
|
* 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
|
https://sourceforge.net/projects/mingw/files/mingwPORT/Current%20Releases/wget-1.9.1-mingwPORT.tar.bz2/download
|
||||||
to $DOWNLOAD_DIR
|
to $DOWNLOAD_DIR
|
||||||
Note: the version number may have changed when you try this. Use whatever version
|
Note: the version number may have changed when you try this. Use whatever version
|
||||||
@ -50,6 +50,11 @@ To generate a self-installing setup.exe file that contains
|
|||||||
completed:
|
completed:
|
||||||
|
|
||||||
$INSTALLER_DIR/dist.sh
|
$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
|
More information is collected on http://wiki.gnucash.org/wiki/Windows
|
||||||
|
|
||||||
@ -65,7 +70,7 @@ These steps need to be performed:
|
|||||||
1. Edit the file create_cross_mingw.sh and set the PREFIX= variable to
|
1. Edit the file create_cross_mingw.sh and set the PREFIX= variable to
|
||||||
the preferred prefix of the mingw32 gcc/binutils on your
|
the preferred prefix of the mingw32 gcc/binutils on your
|
||||||
Linux. (It is strongly recommended to choose a different prefix
|
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
|
your native vs. cross compiler more easily.) Then run the
|
||||||
script create_cross_mingw.sh - it will
|
script create_cross_mingw.sh - it will
|
||||||
download, compile, and install a mingw32 toolchain.
|
download, compile, and install a mingw32 toolchain.
|
||||||
|
Loading…
Reference in New Issue
Block a user