=== Seed README === Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library. Seed requires a WebKit SVN revision newer than 35442. Keep in mind that some builds between this and HEAD still won't work with Seed, and performance has only improved, so try to keep an up-to-date version of WebKit if you're planning on working with Seed. Website: http://live.gnome.org/Seed SVN: git://git.gnome.org/seed Dependencies (Ubuntu package name): * gobject-introspection (gobject-introspection) * gobject-introspection-glib (gobject-introspection-glib) * gir-repository (gobject-introspection-repository) * webkit (libwebkit-dev) * readline (libreadline-dev) * ffi (libffi-dev) * gnome-js-common (gnome-js-common) Recommended Dependencies (Ubuntu package name): * gobject-introspection-freedesktop * sqlite3 (libsqlite3-dev) * soup (libsoup2.4-dev) * clutter (libclutter-1.0-dev) * clutter-gtk (libclutter-gtk-0.10-dev) * cairo (libcairo-dev) * gtk-doc (gtk-doc-tools) * dbus (libdbus-1-dev)