Hunspell: Difference between revisions
From CBLFS
Jump to navigationJump to search
Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://ftp.gnu.org/gnu/aspell/aspell-{{Aspell-Version}}.tar.gz |- !Download Dictionary: | ftp://f…' |
No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http:// | | http://downloads.sourceforge.net/project/hunspell/Hunspell/1.2.8/hunspell-1.2.8.tar.gz?use_mirror=softlayer | ||
|} | |} | ||
| Line 19: | Line 16: | ||
Compile the package: | Compile the package: | ||
LDFLAGS=" | LDFLAGS="-liconv" ./configure --prefix=/usr && | ||
LDFLAGS=" | LDFLAGS="-liconv" make | ||
Install the package | Install the package | ||
Revision as of 17:42, 23 September 2009
| Download Source: | http://downloads.sourceforge.net/project/hunspell/Hunspell/1.2.8/hunspell-1.2.8.tar.gz?use_mirror=softlayer |
|---|
Introduction to Hunspell
Hunspell is the default spell checker of OpenOffice.org and Mozilla Firefox 3 & Thunderbird.
Project Homepage: http://hunspell.sourceforge.net//
Dependencies
Non-Multilib
Compile the package:
LDFLAGS="-liconv" ./configure --prefix=/usr && LDFLAGS="-liconv" make
Install the package
make install
Multilib
32Bit
Compile the package:
Install the package
N32
Compile the package:
Install the package
64Bit
Compile the package:
Install the package