The gspell package provides a flexible API to add spell checking to a GTK+ application.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gspell/1.14/gspell-1.14.0.tar.xz
Download MD5 sum: 282c1ed7213a657e47de663fd2a081db
Download size: 116 KB
Estimated disk space required: 6.7 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
enchant-2.8.2, ICU-75.1, and GTK+-3.24.43
GLib-2.82.2 (with GObject Introspection), GTK-Doc-1.34.0, Vala-0.56.17, Valgrind-3.24.0, and Hunspell (for tests)
Install gspell by running the following commands:
mkdir gspell-build && cd gspell-build && meson setup --prefix=/usr --buildtype=release -D gtk_doc=false .. && ninja
To test the results, issue: ninja test. The tests must be run in an X session. One test, test-checker, is known to fail if the external package Hunspell is not installed.
Now, as the root
user:
ninja install
-D gtk_doc=false
: Prevents
building the documentation. Remove this if you have GTK-Doc installed and wish to build the
documentation.