File: overview.md

package info (click to toggle)
libspelling 0.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: ansic: 7,367; javascript: 33; sh: 21; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Title: Overview

# Overview

Spelling is a [GNOME](https://www.gnome.org/) library that provides spellchecking
for `GtkTextView` widgets.

##  pkg-config name

To build a program that uses Spelling, you can use the following command to get
the cflags and libraries necessary to compile and link.

```sh
gcc hello.c `pkg-config --cflags --libs libspelling-1` -o hello
```