How to Install Apache thrift 0.13.0

Viewed 2570

Here I have to work on some services which use Apache Thrift 0.13.0, but recently a new version is released and when I use the brew install thrift command on the terminal it installs the latest Thrift version i.e 0.14.0.

I am unable to install thrift 0.13.0. So please can anyone direct me on how to install thrift 0.13 using brew (I have the tar.gz file of Thrift 0.13.0)?

1 Answers
Related