Changes between Version 129 and Version 130 of BuildingGtk
- Timestamp:
- Nov 9, 2017, 9:26:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v129 v130 11 11 }}} 12 12 13 If you want to build WebKit for production use, you should stop reading here. The rest of the instructions on this page are only suitable for development and testing. 14 13 15 = Building WebKitGTK+ from git = 14 16 15 If you want to do development on WebKit itself, you'll need a git checkout. You'll also need to use our JHBuild moduleset to build several dependencies, as using other versions of dependencies may cause layout tests to fail. '''The following steps are suitable for WebKit develop ers only. Our JHBuild moduleset does not receive security or bugfix updates and it is not suitable for any purpose other than development and running layout tests. Do not run against untrusted websites.'''17 If you want to do development on WebKit itself, you'll need a git checkout. You'll also need to use our JHBuild moduleset to build several dependencies, as using other versions of dependencies may cause layout tests to fail. '''The following steps are suitable for WebKit development only, not for production builds. Our JHBuild moduleset does not receive security or bugfix updates and it is not suitable for any purpose other than development and running layout tests. Do not run against untrusted websites.''' 16 18 17 19 == Getting the source ==