Gjs is a set of Javascript bindings for GNOME.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gjs/1.64/gjs-1.64.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gjs/1.64/gjs-1.64.4.tar.xz
Download MD5 sum: dc0d4a0453484c5a77eb0e2bda091704
Download size: 413 KB
Estimated disk space required: 65 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
Cairo-1.17.2+f93fc72c03e, dbus-1.12.20, gobject-introspection-1.64.1, and js68-68.11.0
Valgrind-3.16.1 (for tests), DTrace, LCOV, Sysprof, and Systemtap
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gjs
Install Gjs by running the following commands:
mkdir gjs-build && cd gjs-build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test. The GTK and Cairo tests will fail if not running in an Xorg session.
Now, as the root
user:
ninja install && ln -sfv gjs-console /usr/bin/gjs
Last updated on 2020-08-19 12:37:56 -0700