Skip to content

Instantly share code, notes, and snippets.

@miton18
Last active July 17, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miton18/340130d79af4e8e64396cbc31c3768f0 to your computer and use it in GitHub Desktop.
Save miton18/340130d79af4e8e64396cbc31c3768f0 to your computer and use it in GitHub Desktop.
brew install automake openssl boost bison@2.7 ant
export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib
export PATH="/usr/local/Cellar/bison/3.3.2/bin:$PATH"
git clone git@github.com:apache/thrift.git
cd thrift
./bootstrap.sh
./configure --with-boost=/usr/local/Cellar/boost/1.69.0 --without-python --without-ruby --without-php -without-nodejs --without-perl --without-tests --disable-dependency-tracking
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment