Skip to content

Instantly share code, notes, and snippets.

@shiroyasha
Last active July 31, 2019 13:17
Show Gist options
  • Save shiroyasha/c6880588d57c109ffc2fbb52c4bad663 to your computer and use it in GitHub Desktop.
Save shiroyasha/c6880588d57c109ffc2fbb52c4bad663 to your computer and use it in GitHub Desktop.
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 -
@esin
Copy link

esin commented Jul 31, 2019

Hey!
How did you compile boost?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment