delphi免费的拼写检查器dll
时间:2019-11-24 21:24:17
收藏:0
阅读:90
https://github.com/SynEdit/SynEdit
https://github.com/jrathlev/SynEdit-Spell-Checker
https://github.com/hunspell/hunspell
Hunspell的代码库来自OpenOffice.org的MySpell库
编译 windows msys2
pacman -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-libtool
autoreconf -vfi
./configure
make
sudo make install
sudo ldconfig
原文:https://www.cnblogs.com/marklove/p/11924322.html
评论(0)