diff options
author | John Fultz <jfultz@wolfram.com> | 2017-08-02 00:21:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 00:21:40 -0500 |
commit | 6684280feec74fa4c58066cf8e667b5f19a717c7 (patch) | |
tree | 6fa1e702d41eaac6e985f4e6adc1e0574f0574e5 /README.Windows | |
parent | 9593f48793d6a11617de47a96c282f9ddb153cd5 (diff) | |
parent | a91130890c24612fd4c1fba0fabce5723ffe78d4 (diff) |
Merge pull request #37 from gokceneraslan/qt55
Port quackle to Qt 5.5
Diffstat (limited to 'README.Windows')
-rw-r--r-- | README.Windows | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.Windows b/README.Windows index 9efc644..2bfe8f4 100644 --- a/README.Windows +++ b/README.Windows @@ -5,8 +5,8 @@ Quackle was first ported to Windows by John Fultz, jfultz@wolfram.com, who is also the original author of this ReadMe. I maintain the Windows version so that it can be built with either -Visual C++ or the GNU-based MinGW compiler. As of Quackle 0.97, -I use the mingw tools bundled with Qt 4.7.4 to build the release version. +Visual C++ or the GNU-based MinGW compiler. As of Quackle 1.0.1, +I use the mingw tools bundled with Qt 5.4 to build the release version. The build ought to work with Visual C++ Express, as well, but I'm not sure whether Microsoft disables useful optimizations in that version, so I won't guarantee that you'll get nice and fast optimized binaries. @@ -17,14 +17,14 @@ tools are: Free Tools Build: ------------------------------------ MinGW -Qt 4.8 +Qt 5.4 git cygwin (optional) - if you want to debug, you'll need gdb from cygwin. Microsoft Tools Build: ------------------------------------ Visual C++ -Qt 4.8 +Qt 5.4 git Installer build: @@ -77,7 +77,7 @@ working executable... Additional things to know: -------------------------- * To build the Quackle installer, - + Copy QtCore4.dll and QtGui4.dll from Qt's bin/ directory into quackle\ + + Copy QtCore5.dll and QtGui5.dll from Qt's bin/ directory into quackle\ + If you're building with MinGW, copy mingwm10.dll, libstdc++-6.dll, and libgcc_s_dw2-1.dll from MinGW's bin/ directory into quackle\ + From the Quackle directory, run the following... @@ -122,4 +122,4 @@ Building Qt libraries configure process. Here's a helpful document on the process: - https://qt-project.org/doc/qt-4.8/install-win.html + https://doc.qt.io/qt-5/windows-support.html#downloading-and-installing-qt |