Building/installing Sigil from scratch should have installed the library/dictionaries for you (unless you used the -DINSTALL_BUNDLED_DICTS=0 option when building). If you installed Sigil from a repo (or built with the aforementioned cmake option), you'll need to find/install the correct hunspell dictionary package for your preferred language and distro.
hunspell-en-us would be the package for US english on Ubuntu.
As in: sudo apt-get install hunspell-en-us
It would be hunspell-en for Arch users (or hunspell-fr, or hunspell-es, or whatever).
Any of those will require the hunspell package as a dependency.
Last edited by DiapDealer; 07-21-2016 at 07:43 PM.
Reason: fixed underscores in package name
|