Changes between Version 19 and Version 20 of BuildingGtk


Ignore:
Timestamp:
Jan 13, 2008 2:20:03 AM (16 years ago)
Author:
lethalman88@gmail.com
Comment:

Gentoo overlay for WebKit

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

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