Changes between Version 76 and Version 77 of BuildingGtk
- Timestamp:
- Jan 23, 2012, 5:05:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v76 v77 64 64 == Extending the jhbuild environment == 65 65 66 If for some reason you would like to have jhbuild build more modules, or simply newer versions of some of them - which is very useful if you are hacking Epiphany, you can extend the moduleset used by our jhbuild setup with a custom moduleset . To do that create your new moduleset file, itmay look like this:66 If for some reason you would like to have jhbuild build more modules, or simply newer versions of some of them - which is very useful if you are hacking Epiphany, you can extend the moduleset used by our jhbuild setup with a custom moduleset . To do that create your new moduleset file, set a couple environment variables (discussed bellow), and run ./Tools/Scripts/update-webkitgtk-libs to build and install your new modules. The file may look like this: 67 67 68 68 {{{ … … 110 110 }}} 111 111 112 T henset the '''WEBKIT_EXTRA_MODULESETS''' to a file:// URI pointing to your file, like this:112 To let the WebKit jhbuild environment know about the new files set the '''WEBKIT_EXTRA_MODULESETS''' to a file:// URI pointing to your file, like this: 113 113 114 114 {{{ … … 116 116 }}} 117 117 118 If you added new modules, set the '''WEBKIT_EXTRA_MODULES''' variable to a comma-separated list with their names. 118 If you added new modules, set the '''WEBKIT_EXTRA_MODULES''' variable to a comma-separated list with their names. '''Please note:''' you have to run '''./Toolsc/Scripts/update-webkitgtk-libs''' with these environment variables set for the modules to be taken into consideration. 119 119 120 120 == Installation ==