Changes between Version 28 and Version 29 of SettingUpDevelopmentEnvironmentForN9


Ignore:
Timestamp:
Feb 16, 2012 3:58:03 AM (12 years ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpDevelopmentEnvironmentForN9

    v28 v29  
    55= 1. Setting up cross-compile environment =
    66
    7 The easiest way to develop for Harmattan is to cross-compile using a sysroot. The Qt SDK already comes with a Harmattan sysroot and the required ARM toolchain, and we build on top of that to create a sysroot suitable for building Qt5 and WebKit2.
     7The easiest way to develop for Harmattan is to cross-compile using a sysroot. The Qt SDK already comes with a Harmattan sysroot and the required ARM toolchain, and we build on top of that to create a sysroot suitable for building Qt5 and WebKit2. Cross-compiling works both on Linux and on Mac OS X.
    88
    99== 1. Prepare your environment ==
     
    1616''Note:'' This base directory is just an example used in this guide. You're free to change where you keep your sources and builds (shadow-builds), as long as you account for that when running the various commands.
    1717
    18 == 2. Download and install the Qt SDK from  http://qt.nokia.com/downloads/ ==
     18== 2. Download and install the Qt SDK ==
     19
     20Available from  http://qt.nokia.com/downloads/
    1921
    2022Both Mac OS X and Linux X11/64-bit should work fine.
     
    5759}}}
    5860
    59 == 5. Create ICECC toolchain (optional) ==
     61== 7. Create ICECC toolchain (optional) ==
    6062
    6163If you have multiple workstations configured to use [http://en.opensuse.org/Icecream ICECC], you can speed up building process significantly.
     
    8486Make the script runnable and execute it before building when you need speedup.
    8587
    86 == 7. Build sources ==
     88== 8. Build sources ==
    8789
    8890{{{
     
    112114
    113115
    114 == 1.1 Updating build environment ==
     116== 9. Updating build environment ==
    115117If you need to update browser-scripts, run on host:
    116118{{{