seed r581 - trunk



Author: hortont
Date: Tue Dec 30 23:30:40 2008
New Revision: 581
URL: http://svn.gnome.org/viewvc/seed?rev=581&view=rev

Log:
Update readme to have dependencies.


Modified:
   trunk/README

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Dec 30 23:30:40 2008
@@ -1 +1,23 @@
-http://live.gnome.org/Seed
+=== Seed 0.3 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.
+
+Website: http://live.gnome.org/Seed
+SVN: svn://svn.gnome.org/svn/seed
+
+Dependencies (Ubuntu package name):
+   * gobject-introspection (gobject-introspection)
+   * gobject-introspection-glib (gobject-introspection-glib)
+   * gir-repository (gobject-introspection-repository)
+   * webkit (libwebkit-1.0-4-dev)
+   * readline (libreadline-dev)
+   * ffi (libffi-dev)
+
+Recommended Dependencies (Ubuntu package name):
+   * sqlite3 (libsqlite3-dev)
+   * soup (libsoup2.4-dev)
+   * clutter (libclutter-0.8-dev)
+   * clutter-gtk (libclutter-gtk-0.80dev)
+   * clutter-cairo (libclutter-cairo-0.8-dev)
+   * cairo (libcairo-dev)
+   * gtk-doc (gtk-doc-tools)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]