Changes between Version 43 and Version 44 of BuildingQtOnWindows


Ignore:
Timestamp:
Nov 26, 2012 1:14:16 AM (11 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v43 v44  
    99 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl]
    1010 * 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\
    1811 * The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]:
    1912   * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison]
     
    2316   * [http://gnuwin32.sourceforge.net/downlinks/libiconv.php LibIconv] (needed for bison)
    2417   * [http://gnuwin32.sourceforge.net/downlinks/make.php Make] (not necessary if you want to build using MSVC)
     18   * [http://www.ruby-lang.org/ Ruby]
    2519
    2620Please '''install these tools in a path without spaces''' (i.e. '''not in "C:\Program Files"''')