Skip to content

Instantly share code, notes, and snippets.

@tonydeng
Last active October 14, 2024 17:00
Show Gist options
  • Save tonydeng/02e571f273d6cce4230dc8d5f394493c to your computer and use it in GitHub Desktop.
Save tonydeng/02e571f273d6cce4230dc8d5f394493c to your computer and use it in GitHub Desktop.
Install Thrift 0.11.0 with brew on macOS
#!/bin/bash
brew unlink thrift
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba654c6d99b3b6804dd3843546a9dcbb700188b/Formula/thrift.rb
@tommy-mor
Copy link

made my own fork of @alberttwong 's repo to install thrift 0.18.1 successfully. https://github.com/tommy-mor/homebrew-thrift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment