Gjs is a Javascript binding for GNOME.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gjs/1.40/gjs-1.40.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gjs/1.40/gjs-1.40.1.tar.xz
Download MD5 sum: 150580858bc40d0dbc9df43741eb2ad3
Download size: 440 KB
Estimated disk space required: 24 MB (additional 1 MB for the tests)
Estimated build time: 0.3 SBU (additional 0.1 SBU for the tests)
Cairo-1.12.16, gobject-introspection-1.40.0, and JS2-24.2.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gjs
Install Gjs by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make -k check. Testsuite fails, for unknown reasons.
Now, as the root
user:
make install
--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..
Last updated on 2014-09-19 13:13:19 -0700