Changes between Version 35 and Version 36 of SettingUpDevelopmentEnvironmentForN9
- Timestamp:
- Mar 1, 2012, 2:29:33 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpDevelopmentEnvironmentForN9
v35 v36 43 43 == 1.6. Get the source of Qt5 and WebKit == 44 44 {{{ 45 $ browser-scripts/clone-sources.sh 46 }}} 47 48 This will try to clone Qt5 and WebKit git repository to ~/swork/qt5and ~/swork/webkit.45 $ browser-scripts/clone-sources.sh --no-ssh 46 }}} 47 48 This will try to clone Qt5, Qt-Components and WebKit git repository to ~/swork/qt5, ~/swork/qtcomponents and ~/swork/webkit. 49 49 50 50 {{{