| 30 | | Gentoo is working on an ebuild (though it seems to pull in some unnecessary dependencies on the way): http://bugs.gentoo.org/show_bug.cgi?id=190347 |
| | 30 | Gentoo is working on an ebuild: http://bugs.gentoo.org/show_bug.cgi?id=190347. |
| | 31 | To use the WebKit overlay you need to emerge '''layman''' and add the overlay: |
| | 32 | {{{ |
| | 33 | emerge -va layman |
| | 34 | echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf |
| | 35 | layman -f -a sunrise |
| | 36 | }}} |
| | 37 | The GTK+ port of WebKit is named '''webkitgtk'''. I would invite you to look at the USE flags of the ebuild. |
| | 38 | You can now emerge it normally: |
| | 39 | {{{ |
| | 40 | emerge -va webkitgtk |
| | 41 | }}} |
| | 42 | You can then regularly update to the latest reviewed revision, which usually belongs to a new nightly build: |
| | 43 | {{{ |
| | 44 | layman -s sunrise |
| | 45 | }}} |