ubuntu 14.04如何定位thrift安装目录?
How to locate the thrift installation directory in ubuntu14.04?
我需要进入thrift安装目录下的lib/py目录,但安装后找不到(使用sudo apt-get install thrift-compiler)
每种语言需要的编译器和库都不一样。您只安装了 thrift-compiler
包,顾名思义,它只包含 Thrift 编译器二进制文件。我现在手头没有Ubuntu,但基本上有三种解决方案:
- 找到与编译器版本匹配的库包in the Ubuntu repo
- 从 Thrift download page or the Thrift download archive
下载文件
git checkout
来自 repository 的分支
我需要进入thrift安装目录下的lib/py目录,但安装后找不到(使用sudo apt-get install thrift-compiler)
每种语言需要的编译器和库都不一样。您只安装了 thrift-compiler
包,顾名思义,它只包含 Thrift 编译器二进制文件。我现在手头没有Ubuntu,但基本上有三种解决方案:
- 找到与编译器版本匹配的库包in the Ubuntu repo
- 从 Thrift download page or the Thrift download archive 下载文件
git checkout
来自 repository 的分支