gjs-1.32.0

Introduction to Gjs

Gjs is a Javascript binding for GNOME.

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

Package Information

Gjs Dependencies

Required

cairo-1.12.2, D-Bus GLib Bindings-0.98, gobject-introspection-1.32.1 and SpiderMonkey-1.0.0

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

Installation of Gjs

Install Gjs by running the following commands:

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

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: gjs and gjs-console
Installed Libraries: libgjs-dbus.so, libgjs-gdbus.so and libgjs.so
Installed Directories: /usr/include/gjs-1.0, /usr/lib/gjs-1.0 and /usr/share/gjs-1.0

Short Descriptions

libgjs.so

contains the JavaScript bindings for GObject.

Last updated on 2012-05-16 16:39:28 +0000