MITLM on OSX Yosemite
What I had to do to build mitlm on OSX (Yosemite 10.10.3).
- Install missing tools/libs
- Download gfortran 4.9 from here.
- Install autoconf, automake and libtool. (gist below)
- Add
#include <string>toFastIO.h, after#include <cstring> - Had to remove
tr1in some sorce files, but this issues seems to be resolved in the current repo code. autogen.shmakesudo make install

Leave a Comment