Skip to content

Instantly share code, notes, and snippets.

View binhna's full-sized avatar

Binh Nguyen binhna

  • Vietnam
View GitHub Profile
@binhna
binhna / Install OpenFst with Python Binding on OSX
Created June 9, 2021 03:38 — forked from naoko/Install OpenFst with Python Binding on OSX
How to install OpenFst with Python Biding on OSX
# download
curl -O http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.2.tar.gz
tar -xvzf openfst-1.6.2.tar.gz
rm openfst-1.6.2.tar.gz
cd openfst-1.6.2
./configure --enable-python
make
make install
# Test installtion