Create an x64 hunspell windows binary bundle with all the dicts from the libreoffice repo.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Makefile
README.md
dict.sh
dict.txt

README.md

hunspell windows

Create an x64 hunspell windows binary bundle with all the dicts from the libreoffice repo.

The hunspell binaries are downloaded from the MSYS2 mirrors; the libreoffice dicts are renamed to match language_territory locale names, like uk_UA or en_GB.

Usage

The makefile works under Cygwin, MSYS2 or any modern Linux distro.

The easiest way to run it under Windows is to download MSYS2, run msys2.exe &:

$ pacman -S git patch zip make
$ git clone ...
$ cd hunspell-windows
$ make

The resulting .zip (~74MB) should be in _out/ dir.

Emacs

http://gromnitsky.blogspot.com/2016/09/emacs-251-hunspell.html

How to update Makefile

For new versions of hunspell/dicts, edit the vars:

  • pkg (pacman packages for hunspell & its deps)
  • dict.repo.ref (libreoffice git ref)

License

MIT (for the files in this repo only, not for the bundle it makes)