On Thu, May 24, 2012 at 11:19 PM, C Anthony Risinger <[email protected]> wrote: > > the best way to explor IMO is to look directly at the GIR file: > > # vim /usr/share/gir-1.0/WebKit-3.0.gir > > ... the .typelib files are simple binary versions of the GIR file, and > it will contain every possible class, method, and property at your > disposal.
oops i meant to mention that if webkit fails to build, just keep trying again unless you get the same error each time. there are some race conditions in the build process that don't like -j5 or anything more than 1 ... but usually just restarting the build will fix it (the "missing" files will now exist). i have an Archlinux package but it's huge because i don't strip symbols/etc ... at this point, it's still very much alpha quality thus i'm not in a big hurry to make generally available packages. however, if some interest is expressed i will make a smaller one available. sorry Deb/Ubu i don't know how to make a package off top of head, but when the time comes i'll figure that out (ppa i guess? can that build packages for you based on custom sources/etc?) -- C Anthony
