Skip to content

Instantly share code, notes, and snippets.

@superalsrk
Last active August 29, 2015 14:11
Show Gist options
  • Save superalsrk/6893158d37830ed79030 to your computer and use it in GitHub Desktop.
Save superalsrk/6893158d37830ed79030 to your computer and use it in GitHub Desktop.
1) install boost
brew install boost
it will ask to create link. just follow the instruction
2) install libevent
brew install libevent
3) install thrift
brew install thrift
4) thrift gem for ruby
$ gem install thrift -- --with-cppflags='-D_FORTIFY_SOURCE=0'
Building native extensions with: '--with-cppflags=-D_FORTIFY_SOURCE=0'
This could take a while...
Successfully installed thrift-0.9.1
Parsing documentation for thrift-0.9.1
Installing ri documentation for thrift-0.9.1
Done installing documentation for thrift after 1 seconds
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment