We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f770a90 commit 58cd92eCopy full SHA for 58cd92e
Makefile
@@ -110,6 +110,12 @@ venv/cpython/.git/HEAD:
110
111
.PHONY: ensure_test_prerequisites
112
ensure_test_prerequisites:
113
+ @if ! (hunspell -v >/dev/null 2>&1); then \
114
+ echo "You're missing dependencies please install: hunspell and the fr-toutesvariantes dictionary."; \
115
+ echo "The dictionary is available here http://grammalecte.net:8080/dir?ci=tip&name=gc_lang/fr/oxt/Dictionnaires/dictionaries"; \
116
+ echo "and also included in the hunspell-fr-comprehensive Debian package."; \
117
+ exit 1; \
118
+ fi
119
@if ! (pospell --help >/dev/null 2>&1 && potodo --help >/dev/null 2>&1); then \
120
echo "You're missing dependencies please install:"; \
121
echo ""; \
0 commit comments