Changes between Version 38 and Version 39 of BuildingQtOnWindows


Ignore:
Timestamp:
Sep 15, 2011 2:36:28 AM (13 years ago)
Author:
Csaba Osztrogonác
Comment:

Add pthread as dependency

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v38 v39  
    77 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl]
    88 * Install [http://www.python.org/download/ Python 2.x] (and add the installation location to your PATH)
     9 * 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)
     10   * for MinGW build:
     11     * copy libpthreadGC2.a and pthreadGC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\mingw\lib\
     12     * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\mingw\include\
     13   * for MSVC2008 build:
     14     * copy pthreadVC2.lib and pthreadVC2.dll to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\lib\
     15     * copy pthread headers to c:\QtSDK\Desktop\Qt\4.7.4\msvc2008\include\
    916 * The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]:
    1017   * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison]