Created
June 18, 2019 16:33
-
-
Save maxpagels/f781f63775c431c4d58c034099e151b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
brew install foma | |
brew install libvoikko | |
git clone https://github.com/voikko/corevoikko.git | |
cd corevoikko/voikko-fi | |
make vvfst | |
make vvfst-install DESTDIR=/usr/lib/voikko | |
pip install voikko |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment