Skip to content

zdenop/hunspell-mingw

hunspell with cmake/qmake build for Windows mingw

DESCRIPTION

This is a copy of hunspell 1.3.2 library that can be build with cmake or qmake from QT4. Aim was to easily compile hunspell with mingw on Windows. Most of unnecessary files (for generating windows library) where removed (gettext, autotools, tests...) I left project files for MS Visual Studio ;-)

Dictionaries for hunspell can be found on OpenOffice.org wiki or extensions.

cmake "version" is more complex and it should create the same output (including programs and 2 libraries) as autotool on linux. qmake will produce only one library (hunspell) that includes also parsers library.

Compiling

cmake

$ mkdir build
$ cd build
$ cmake .. -G "MinGW Makefiles"
$ mingw32-make
$ mingw32-make install

qmake

$ qmake
$ mingw32-make

Download

hunspell library and programs compiled with cmake/mingw on Windowx XP can be found on download page

About

No description, website, or topics provided.

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
COPYING
Unknown
license.hunspell
Unknown
license.myspell
LGPL-2.1
COPYING.LGPL
Unknown
COPYING.MPL

Stars

Watchers

Forks

Packages

No packages published

Languages