Gjs-1.38.1

Introduction to Gjs

Gjs is a Javascript binding for GNOME.

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

Package Information

Gjs Dependencies

Required

Cairo-1.12.16, gobject-introspection-1.38.0, and JS-17.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

The package comes with a testsuite, but it fails for yet unknown reasons.

Now, as the root user:

make install

Command Explanations

--libexecdir=/usr/lib: This option will put the package's private programs into /usr/lib/gjs instead of /usr/libexec/gjs in accordance with the old version of the FHS used before LFS-7.5..

Contents

Installed Programs: gjs and gjs-console
Installed Library: libgjs.so
Installed Directories: /usr/include/gjs-1.0, /usr/lib/gjs, /usr/libexec/gjs, and /usr/share/gjs-1.0

Short Descriptions

libgjs.so

contains the GNOME JavaScript bindings.

Last updated on 2014-03-03 19:06:31 -0800