Gjs-1.52.3

Introduction to Gjs

Gjs is a set of Javascript bindings for GNOME.

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

Package Information

Gjs Dependencies

Required

Cairo-1.14.12, dbus-1.12.10, gobject-introspection-1.56.1, and js52-52.2.1gnome1

Recommended (required for GNOME)

Optional

Valgrind-3.13.0 (for tests), DTrace, LCOV, and Systemtap

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. The GTK and Cairo tests will fail if not running in an Xorg session.

Now, as the root user:

make install

Contents

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

Short Descriptions

gjs-console

contains a console to run JavaScript commands.

libgjs.so

contains the GNOME JavaScript bindings.

Last updated on 2018-08-30 12:27:14 -0700