The gspell package provides a flexible API to add spell checking to a GTK+ application.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://download.gnome.org/sources/gspell/1.8/gspell-1.8.4.tar.xz
Download MD5 sum: 378dee938c08c24b559953cbcad83942
Download size: 414 KB
Estimated disk space required: 13 MB (with tests)
Estimated build time: 0.1 SBU (using parallelism=4; with tests)
enchant-2.3.2 and GTK+-3.24.31
gobject-introspection-1.70.0, GTK-Doc-1.33.2, ISO Codes-4.9.0, Vala-0.54.7, and Valgrind-3.18.1
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gspell
Install gspell by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. One test, test-checker, is known to fail if the external package Hunspell is not installed. The tests also must be run in an X session.
Now, as the root
user:
make install
Last updated on