Compiling Hunspell for windows c++ mingw

I need to implement this for an application, good results I see in gnu / Linux debian , it was easy but when you want porting a Windows application I realized that here was to compile, then I found the task of doing this was what I did .

Step one:
Download Mingw this page : http://sourceforge.net/projects/mingw/ once downloaded must install the basic packages , in this case select all .

Step 2:
Http://hunspell.sourceforge.net/ or link directly downloaded and unzip http://downloads.sourceforge.net/hunspell/hunspell-1.3.2.tar.gz local disk c: \ hunspell

Step 3:
Now we compile
Open the msys mingw is in : C: \ MinGW \ msys \ 1.0 \ msys.bat
When we open msys typing this:
Cd c:
Cd C: \ hunspell \ hunspell – 1.3.2
Once we are in the folder.
We type : . / Configure
When you finish the set you type : make
When finished compiling you type : make install

After everything is compiled and we are going to : C: \ MinGW \ msys \ 1.0 local \

In the bin folder dll compiled that what this is is libhunspell -1.3- 0.dll

In the lib folder is the libhunspell -1.3 and others who need it.

In the hunspell include the header file is

In the share folder is some language options.

Well I finished this we can conclude that we have hunspell for Windows , and just missing to deploy our application.

by LMCC .

Esta entrada fue publicada en Uncategorized. Guarda el enlace permanente.