gspell-1.14.2

Introduction to gspell

The gspell package provides a flexible API to add spell checking to a GTK+ application.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

gspell Dependencies

Required

enchant-2.8.15, ICU-78.2, and GTK-3.24.51

Optional

GLib-2.86.4 (with GObject Introspection), GTK-Doc-1.35.1, Vala-0.56.18, Valgrind-3.26.0, and Hunspell (for tests)

Installation of gspell

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

Command Explanations

-D gtk_doc=false: Prevents building the documentation. Remove this if you have GTK-Doc installed and wish to build the documentation.

Contents

Installed Programs: gspell-app1
Installed Libraries: libgspell-1.so
Installed Directories: /usr/include/gspell-1 and /usr/share/gtk-doc/html/gspell-1.0

Short Descriptions

gspell-app1

checks the spelling of a text entered in a window

libgspell-1.so

is the gspell API library