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.
下载地址(HTTP):https://download.gnome.org/sources/gspell/1.14/gspell-1.14.4.tar.xz
MD5 校验和:f2baf4a418c57e0dc044d50ffc0dcf62
大小:120 KB
预计所需磁盘空间:7.0 MB(含测试)
预计构建时间:0.1 SBU(含测试)
enchant-2.8.18, ICU-78.3, and GTK-3.24.52
GLib-2.88.2 (with GObject Introspection), GTK-Doc-1.36.1, Vala-0.56.19, Valgrind-3.27.1, 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.