Last active
September 16, 2022 20:44
-
-
Save bancek/6261408 to your computer and use it in GitHub Desktop.
Build thrift generator for Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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