View Single Post
Old 07-21-2016, 07:30 PM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,648
Karma: 205022288
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
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
DiapDealer is offline   Reply With Quote