diff options
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 5ac6fc3..80951fd 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: @@ -70,7 +70,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... @@ -115,4 +115,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 |