Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gromnitsky/hunspell-windows
Create an x64 hunspell windows binary bundle with all the dicts from the libreoffice repo.
https://github.com/gromnitsky/hunspell-windows
Last synced: 2 days ago
JSON representation
Create an x64 hunspell windows binary bundle with all the dicts from the libreoffice repo.
- Host: GitHub
- URL: https://github.com/gromnitsky/hunspell-windows
- Owner: gromnitsky
- Created: 2018-08-30T12:37:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T23:54:07.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:54:49.884Z (3 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - gromnitsky/hunspell-windows - Create an x64 hunspell windows binary bundle with all the dicts from the libreoffice repo. (Makefile)
README
# 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)