36 | | == Notes == |
37 | | * JHBuild configuration and module files are stored as `Tools/gtk/jhbuildrc` and `Tools/gtk/jhbuild.modules`. |
38 | | * If everything builds properly tests should typically pass on your system. Please file a bug if they do not. |
39 | | * If you get build errors saying a library could not be found but you have the appropriate packages installed make sure you have up-to-date multiarch-support and binutils (or binutils-gold) packages. |
40 | | * You can also [wiki:WebKitGtkExtendingJHBuild add more modules to the default WebKit JHBuild]. |
41 | | * Wayland support has been under working. If you're interested in hacking on it, just use ./Tools/gtk/wayland-dependencies.modules. You can simply set up the dependencies by exporting WEBKIT_EXTRA_MODULESETS. |
| 39 | === Notes === |
| 40 | |
| 41 | * You can pass parameters to the make command with the ''--makeargs'' argument. |
| 42 | * For example, you can pass ''--makeargs="-jXX"'', where XX is an integer, to set the number of threads make will use. The default is one per logical CPU detected, but you might want fewer if it's bogging down your system. |
| 43 | * JHBuild configuration and module files are stored as `Tools/gtk/jhbuildrc` and `Tools/gtk/jhbuild.modules`. |
| 44 | * If everything builds properly tests should typically pass on your system. Please file a bug if they do not. |
| 45 | * If you get build errors saying a library could not be found but you have the appropriate packages installed make sure you have up-to-date multiarch-support and binutils (or binutils-gold) packages. |
| 46 | * You can also [wiki:WebKitGtkExtendingJHBuild add more modules to the default WebKit JHBuild]. |
| 47 | * Wayland support has been under working. If you're interested in hacking on it, just use ./Tools/gtk/wayland-dependencies.modules. You can simply set up the dependencies by exporting WEBKIT_EXTRA_MODULESETS. |