Last active
July 31, 2019 13:17
-
-
Save shiroyasha/c6880588d57c109ffc2fbb52c4bad663 to your computer and use it in GitHub Desktop.
This file contains 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
cd /tmp | |
apk --update add libstdc++ libgcc | |
wget https://s3-us-west-1.amazonaws.com/renderedtext-alpine-packages/thrift-0.9.3.tar.gz | |
tar xvzf thrift-0.9.3.tar.gz | |
mv thrift/thrift /usr/bin | |
mv thrift/thrift-0.9.3 /usr/lib/erlang/lib | |
rm -rf thrift-0.9.3.tar.gz | |
rm -rf thrift | |
cd - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
How did you compile boost?
Thank you