Skip to content

Instantly share code, notes, and snippets.

@mash
Created October 1, 2014 07:14
Show Gist options
  • Save mash/58c3193691aafa29baf8 to your computer and use it in GitHub Desktop.
Save mash/58c3193691aafa29baf8 to your computer and use it in GitHub Desktop.
build Open JTalk 1.07 on MacOSX Yosemite
brew install gcc
CXX=g++-4.9 CC=gcc-4.9 ./configure --with-hts-engine-header-path=/usr/local/include --with-hts-engine-library-path=/usr/local/lib --with-charset=UTF-8 --prefix=/usr/local/Cellar/open_jtalk/1.07
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment