Changes between Initial Version and Version 1 of BuildingQtOnSymbian


Ignore:
Timestamp:
Jan 15, 2010 9:04:12 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnSymbian

    v1 v1  
     1See Also:
     2
     3
     4These instructions assume that you have a Symbian development set up and that you have the source code checked out.
     5
     6== Requirements ==
     7
     8  * QtWebKit is best built with Sbsv2 (aka Raptor). This setup assumes the availability of it.
     9  * Please install the Bison, Flex, ActiveState Perl etc. tools from GnuWin32. See the [BuildingQtOnWindows instructions for building on Windows] where to get these.
     10  * Make sure that the GnuWin32 tools are installed in a path without spaces, i.e. not {{{Program Files\GnuWin32}}} but for example {{{c:\GnuWin32}}}.
     11  * You need to have {{{\GnuWin32\bin}}} and {{{\Perl64\bin}}} (if that's where your Perl is installed) in your {{{%PATH%}}}.
     12  *
     13
     14== Building ==