zdenop / hunspell-mingw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 93.0%Language:C 5.1%Language:Perl 1.0%Language:Shell 0.9%