1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
gspell - more information
=========================
About versions
--------------
gspell follows the even/odd minor version scheme.
For example the `1.7.x` versions are unstable (development versions), and the
`1.8.x` versions are stable.
Dependencies
------------
- GLib
- GTK 3
- [Enchant](https://rrthomas.github.io/enchant/)
- [ICU](https://icu.unicode.org/)
Notes for packagers
-------------------
At least on GNU/Linux, it is better to install hunspell. aspell can be
considered deprecated and doesn't work well with gspell. If both hunspell and
aspell are installed, Enchant prefers hunspell by default.
See also:
- https://fedoraproject.org/wiki/Releases/FeatureDictionary
- https://wiki.ubuntu.com/ConsolidateSpellingLibs
Development resources
---------------------
- [Discourse](https://discourse.gnome.org/tag/gspell) (Platform category, gspell tag)
- [Tarballs](https://download.gnome.org/sources/gspell/)
|