- Add words and their definitions to the dictionary.
- Memorize them using the Learn mode.
# Tested with Qt 5.11.1
brew install qt
export PATH="/usr/local/opt/qt/bin:$PATH"
git clone https://github.com/gchlebus/WordMIX.git
cd WordMIX/WordMIX
qmake && make && make install