Seed-3.2.0

Introduction to Seed

Seed is a JavaScript interpreter.

This package is known to build and work properly using an LFS-7.2 platform.

Package Information

Seed Dependencies

Required

gnome-js-common-0.1.2, gobject-introspection-1.34.2 and WebKitGTK+-1.10.2

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seed

Installation of Seed

Install Seed by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Program: seed
Installed Library: libseed-gtk3.so
Installed Directories: /usr/include/seed-gtk3, /usr/lib/seed-gtk3, /usr/share/doc/seed, /usr/share/gtk-doc/html/seed and /usr/share/seed-gtk3

Short Descriptions

seed

is the command line JavaScript interpreter.

libseed-gtk3.so

contains the Seed API functions.

Last updated on 2012-09-01 16:17:53 +0000