Changes between Version 43 and Version 44 of BuildingQtOnWindows
- Timestamp:
- Nov 26, 2012, 1:14:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v43 v44 9 9 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl] 10 10 * Install [http://www.python.org/download/ Python 2.x] (and add the installation location to your PATH) 11 * Install [http://sourceware.org/pthreads-win32/ Pthreads-win32] to your QtSDK directory (Q: Why do we need it? A: https://bugs.webkit.org/show_bug.cgi?id=67864)12 * for MinGW build:13 * copy libpthreadGC2.a and pthreadGC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\mingw\lib\14 * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\mingw\include\15 * for MSVC2008 build:16 * copy pthreadVC2.lib and pthreadVC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\17 * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\include\18 11 * The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]: 19 12 * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison] … … 23 16 * [http://gnuwin32.sourceforge.net/downlinks/libiconv.php LibIconv] (needed for bison) 24 17 * [http://gnuwin32.sourceforge.net/downlinks/make.php Make] (not necessary if you want to build using MSVC) 18 * [http://www.ruby-lang.org/ Ruby] 25 19 26 20 Please '''install these tools in a path without spaces''' (i.e. '''not in "C:\Program Files"''')