seed r705 - trunk



Author: hortont
Date: Sat Jan 10 03:26:39 2009
New Revision: 705
URL: http://svn.gnome.org/viewvc/seed?rev=705&view=rev

Log:
Something went horribly wrong with making the readme autoconf'd.



Added:
   trunk/README
Modified:
   trunk/configure.ac

Added: trunk/README
==============================================================================
--- (empty file)
+++ trunk/README	Sat Jan 10 03:26:39 2009
@@ -0,0 +1,23 @@
+=== 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)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jan 10 03:26:39 2009
@@ -127,7 +127,6 @@
 AC_OUTPUT([
 Makefile
 
-README
 doc/conventions.html
 doc/runtime.html
 doc/tutorial-standalone/tutorial.html



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