Available checker support
Requires a C++ compiler to compile the hunspell CXX source files which are part
of hunspell-sys
dnf install -y clang
apt install -y clang
brew install llvm
The environment variable LLVM_CONFIG_PATH
needs to point to llvm-config
, to
do so:
export LLVM_CONFIG_PATH=/usr/local/opt/llvm/bin/llvm-config
When compiled with the default featureset which includes nlprules
, the
resulting binary can only be distributed under the LGPLv2.1
since the rules
and tokenizer
definitions are extracted from LanguageTool
(which is itself licensed under LGPLv2.1
) as described by
the library that is used for pulling and integrating - details are to be found
under crate nlprule
's
README.md.