Gjs-1.50.4

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.2 platform.

Package Information

Gjs Dependencies

Required

Cairo-1.14.12, gobject-introspection-1.54.1, and js52-52.2.1gnome1

Recommended (required for GNOME)

Optional

Gvfs-1.34.2 (for tests), 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 and /usr/lib/gjs

Short Descriptions

gjs-console

contains a console to run JavaScript commands.

libgjs.so

contains the GNOME JavaScript bindings.

Last updated on 2018-02-26 09:06:34 -0800