Changes between Version 27 and Version 28 of BuildingQtOnSymbian
- Timestamp:
- Feb 25, 2011, 1:00:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnSymbian
v27 v28 18 18 * If you want even faster build times for a _very_ feature-stripped QtWebkit, use --minimal 19 19 * To selectively turn on or off features, see features.pri 20 * Build for hardware: {{{sbs -c armv 6_urel -j8 -b Source\bld.inf -b Tools\bld.inf}}}21 * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv 6}}}20 * Build for hardware: {{{sbs -c armv5_urel -j8 -b Source\bld.inf -b Tools\bld.inf}}} 21 * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities: {{{perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg release-armv5}}} 22 22 * Create the sis file: {{{make sis}}} 23 23 * Install it on the phone: {{{"C:\Program Files\Nokia\Nokia PC Suite 7\ApplicationInstaller.exe" %CD%\qtwebkit.sis}}}[[BR]]You can also Drag'n'drop the resulting .sis file onto Nokia PC Suite to install it. … … 30 30 * {{{cd where-your-webkit-sources-are}}} 31 31 * {{{perl Tools\Scripts\build-webkit --qt --symbian --minimal}}} '''--debug''' 32 * {{{sbs -c armv 6_u}}}'''deb.slimdebug'''{{{ -j8 -b Source\bld.inf -b Tools\bld.inf}}}33 * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv 6}}}32 * {{{sbs -c armv5_u}}}'''deb.slimdebug'''{{{ -j8 -b Source\bld.inf -b Tools\bld.inf}}} 33 * {{{[OPTIONAL, only needed for self-signed SIS packages]perl %QTDIR%\bin\patch_capabilities.pl QtWebKit_template.pkg }}}'''debug'''{{{-armv5}}} 34 34 * {{{make sis}}} 35 35 … … 47 47 * Obtain the RVCT4.1 toolchain from your organization's compiler tools team, or from ARM.com directly. 48 48 * Extract the 64-bit armlink.exe and drop it over your 4.0 installation's armlink.exe 49 * {{{cd Source}}} and them compile as ARMV5 or ARMV6{{{sbs -c arm.v5.udeb.rvct4_0.slimdebug}}}49 * {{{cd Source}}} and them compile as ARMV5 {{{sbs -c arm.v5.udeb.rvct4_0.slimdebug}}} 50 50 51 51 == Building Qt == … … 59 59 * {{{git branch -D master}}} 60 60 * Configure: {{{configure -xplatform symbian-sbsv2}}} 61 * Build for arm with 8 cores: {{{sbs -c armv 6_urel -j8}}}61 * Build for arm with 8 cores: {{{sbs -c armv5_urel -j8}}} 62 62 * Get a cup of tea/coffee. 63 * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities and generate the sis package:[[BR]]{{{cd src/s60installs}}}[[BR]]{{{perl ..\..\bin\patch_capabilities.pl Qt_template.pkg release-armv 6}}}[[BR]]{{{make sis}}}63 * [OPTIONAL, only needed for self-signed SIS packages] Patch capabilities and generate the sis package:[[BR]]{{{cd src/s60installs}}}[[BR]]{{{perl ..\..\bin\patch_capabilities.pl Qt_template.pkg release-armv5}}}[[BR]]{{{make sis}}} 64 64 * Put the {{{qt-4.7\bin}}} directory in your {{{%PATH%}}}. 65 65