gtkspell3

Gtk widget library for spell-checking and word replacement

brewmacoslinux
Try with needOr install directly
Source

About

Gtk widget for highlighting and replacing misspelled words

Commands

gtkspell3

Examples

Check if gtkspell3 is installed and view version info$ pkg-config --modversion gtkspell3-3
Compile a C program that uses gtkspell3 library$ gcc `pkg-config --cflags gtkspell3-3` program.c -o program `pkg-config --libs gtkspell3-3`
Verify gtkspell3 library files are available in system$ pkg-config --list-all | grep gtkspell