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) |