Changes between Version 27 and Version 28 of BuildingQtOnWindows


Ignore:
Timestamp:
May 5, 2010 5:44:56 AM (14 years ago)
Author:
jocelyn.turcotte@nokia.com
Comment:

Added python as a dependency

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnWindows

    v27 v28  
    44== Dependencies ==
    55
    6 First of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt for Windows from the Nokia Website: [http://qt.nokia.com/downloads]
    7 
    8 The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]:
    9 
    10  * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison]
    11  * [http://gnuwin32.sourceforge.net/downlinks/gperf.php GPerf]
    12  * [http://gnuwin32.sourceforge.net/downlinks/flex.php Flex]
    13  * [http://gnuwin32.sourceforge.net/downlinks/libiconv.php LibIconv] (needed for bison)
    14  * [http://gnuwin32.sourceforge.net/downlinks/make.php Make] (not necessary if you want to build using MSVC)
    15 
    16 Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl]
     6 * First of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt for Windows from the Nokia Website: [http://qt.nokia.com/downloads]
     7 * Install [http://www.activestate.com/Products/ActivePerl/ ActiveState Perl]
     8 * Install [http://www.python.org/download/ Python 2.6] (and add the installation location to your PATH)
     9 * The following external GNU tools are needed from the [http://gnuwin32.sourceforge.net/packages.html GnuWin32 Project]:
     10   * [http://gnuwin32.sourceforge.net/downlinks/bison.php Bison]
     11   * [http://gnuwin32.sourceforge.net/downlinks/gperf.php GPerf]
     12   * [http://gnuwin32.sourceforge.net/downlinks/flex.php Flex]
     13   * [http://gnuwin32.sourceforge.net/downlinks/libiconv.php LibIconv] (needed for bison)
     14   * [http://gnuwin32.sourceforge.net/downlinks/make.php Make] (not necessary if you want to build using MSVC)
    1715
    1816Please '''install these tools in a path without spaces''' (i.e. '''not in "C:\Program Files"''')
    1917
    20 Make sure the GnuWin32 packages are in your PATH as well as Perl. You also need to have %QTDIR% set and have %QTDIR%\bin in your PATH.[[BR]]
     18Make sure the GnuWin32 packages are in your PATH as well as Perl and Python. You also need to have %QTDIR% set and have %QTDIR%\bin in your PATH.[[BR]]
    2119If you have Cygwin's bin directory in your path, make sure that it comes after ActiveState Perl and GnuWin32. You might have to remove it completely from your PATH if you have problems with slashes and backslashes while building using MinGW. {{{mingw32-make}}} and GnuWin32's {{{make}}} will use sh.exe to run commands if they find it in the PATH.
    2220