A port of Ultimate ECDICT database for Dictd
- curl (make)
- make (make)
- unzip (make)
- python (make)
- dictd (depend/make)
make && sudo make install
yay -S dict-ecdict-git # for Arch-based distros
Add these lines below to /etc/dict/dictd.conf
:
database ecdict {
data /usr/share/dict/ecdict.dict.dz
index /usr/share/dict/ecdict.index
}
Then restart dictd.service
:
systemctl restart dictd