Replaced simple dict file with hunspell,

added basic language support
This commit is contained in:
2022-07-23 12:26:45 -07:00
parent 665f0b6dae
commit dfa3cc6c5b
9 changed files with 349 additions and 9930 deletions

View File

@ -31,7 +31,8 @@ CPPFLAGS := -MMD -MP \
-I libs/libmpdclient/output
# udev: required by hidapi
LDFLAGS := -l fftw3 -l udev
# TODO: better hunspell link
LDFLAGS := -l fftw3 -l udev -l hunspell-1.7
# Find all cpp files in source dirs
SRCS := $(shell find $(SRC_DIRS) -name '*.cpp')