Gjs is a set of Javascript bindings for GNOME.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gjs/1.66/gjs-1.66.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gjs/1.66/gjs-1.66.2.tar.xz
Download MD5 sum: 3c272f27a2ce18c82261698520b1147f
Download size: 432 KB
Estimated disk space required: 82 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
Cairo-1.17.2+f93fc72c03e, dbus-1.12.20, gobject-introspection-1.66.1, and js78-78.8.0
sysprof-3.38.1, Valgrind-3.16.1 (for tests), DTrace, GTK+-4, LCOV, 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 2021-02-24 18:50:56 -0800