lmctfy用到了C++11的一些特性,所以需要支持C++11版本的G++4.7以上才能编译,
其他的依赖源可以直接取相应的源码,自己编译安装。
https://github.com/google/lmctfy
lmctfy depends on the following libraries and expects them to be available on the system:
https://code.google.com/p/protobuf/
https://code.google.com/p/gflags/
https://code.google.com/p/re2/
我使用的是Ubuntu 13.10 G++4.8,按照github上面的说明编译成功。