Skip to content

Instantly share code, notes, and snippets.

@beschulz
beschulz / build-thrift-for-ios.sh
Last active August 2, 2017 16:23
Notes on how to build thrift for iOS
# get and compile boost
git clone https://gist.github.com/7513324.git boost
cd boost
bash boost.sh
# get and build opensslbe
git@github.com:x2on/OpenSSL-for-iPhone.git
cd OpenSSL-for-iPhone
./build-libssl.sh