1.下载thrift安装包,
git clone https://github.com/apache/thr...
- 编译安装thrift,进入安装文件
执行cd thrift & ./bootstrap.sh ./configure ;
如果不需要某种语言,可以执行./configure --without-<language>
3.编译error,
PKG_CHECK_MODULES(QT5, Qt5Core >= 5.0, Qt5Network >= 5.0,
解决:
重新安装automake及其组件
4.make
5.make install
在Ubuntu中可以直接执行sudo apt install thrift-compiler
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。