equal
deleted
inserted
replaced
|
1 set SOURCE_ROOT env to your webcore dir |
|
2 |
|
3 Derived files for Symbian are build using scripts from Windows port which relies on Cygin environment. |
|
4 To regenerate the derived files for Symbian you need to install Cygwin from |
|
5 |
|
6 http://www.cygwin.com/ |
|
7 |
|
8 The installer is available from |
|
9 |
|
10 http://www.cygwin.com/setup.exe |
|
11 |
|
12 Besides basic packages, you need to select and install the following additional packages: |
|
13 |
|
14 bison |
|
15 flex |
|
16 gcc |
|
17 gperf |
|
18 make |
|
19 perl |
|
20 perl-libwin32 |
|
21 |
|
22 Cygwin environment should be installed to default location under c:\cygwin. |
|
23 |
|
24 To regenerate derived files use |
|
25 |
|
26 SymbianBuild\build-generated.bat |
|
27 |
|
28 Derived files for WebCore go to directory |
|
29 |
|
30 ..\DerivedSources\WebCore |
|
31 |
|
32 |
|
33 ok |
|
34 |