Last active
July 17, 2019 11:36
-
-
Save miton18/340130d79af4e8e64396cbc31c3768f0 to your computer and use it in GitHub Desktop.
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 automake openssl boost [email protected] 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 [email protected]: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