Skip to content

Instantly share code, notes, and snippets.

@bancek
Last active September 16, 2022 20:44
Show Gist options
  • Save bancek/6261408 to your computer and use it in GitHub Desktop.
Save bancek/6261408 to your computer and use it in GitHub Desktop.
Build thrift generator for Mac OS X
brew install bison
brew unlink bison
brew link bison --force
git clone https://github.com/koofr/thrift.git
cd thrift
git checkout 5df24f7afb05fe25352f1fe5fff0206eb0103a3d
./bootstrap.sh
./configure --without-cpp --without-qt4 --without-c_glib --without-csharp --without-java --without-erlang --without-python --without-perl --without-php --without-php_extension --without-ruby --without-haskell --without-go --without-d --without-openssl --without-nodejs --without-lua
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment