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上面的说明编译成功。
本文介绍了lmctfy项目的编译方法,它依赖于C++11和G++4.7以上的版本,并列举了必要的库如Protocol Buffers, gflags 和 RE2等,适合Ubuntu 13.10及更高版本。
2093

被折叠的 条评论
为什么被折叠?



