【问题标题】:How to Install Apache thrift 0.13.0如何安装 Apache thrift 0.13.0
【发布时间】:2021-05-18 20:38:22
【问题描述】:

在这里我必须处理一些使用 Apache Thrift 0.13.0 的服务,但最近发布了一个新版本,当我在终端上使用 brew install thrift 命令时,它会安装最新的 Thrift 版本,即 0.14.0。

我无法安装 thrift 0.13.0。那么请谁能指导我如何使用 brew 安装 thrift 0.13(我有 Thrift 0.13.0 的 tar.gz 文件)?

【问题讨论】:

    标签: thrift


    【解决方案1】:

    这个解决方案对我有用。

    试试:

    1. brew tap-new $USER/local-tap
    2. brew extract --version='0.13.0' thrift $USER/local-tap
    3. brew install thrift@0.13.0

    来源:https://gist.github.com/tonydeng/02e571f273d6cce4230dc8d5f394493c

    【讨论】:

      猜你喜欢
      • 2021-12-30
      • 1970-01-01
      • 2017-03-25
      • 1970-01-01
      • 2020-08-11
      • 2023-03-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多