Installing Google Protocol Buffers on mac

前端 未结 14 1700
轮回少年
轮回少年 2020-12-12 10:24

I would like to install the older version of Google Protocol Buffers (protobuf-2.4.1) on mac using Terminal command line. I tried with brew install protobuf, bu

14条回答
  •  感情败类
    2020-12-12 10:44

    From https://github.com/paulirish/homebrew-versions-1 . Works for me!

    brew install https://raw.githubusercontent.com/paulirish/homebrew-versions-1/master/protobuf241.rb
    

提交回复
热议问题