Skip to content

Instantly share code, notes, and snippets.

@dajobe
Created October 11, 2012 23:31
Show Gist options
  • Save dajobe/3876338 to your computer and use it in GitHub Desktop.
Save dajobe/3876338 to your computer and use it in GitHub Desktop.
Build thrift 0.8.0 with just python on OSX
./configure '--prefix=/Users/dajobe/lib/thrift-0.8.0' '--enable-gen-cpp' '--disable-gen-java' '--disable-gen-as3' '--disable-gen-csharp' '--enable-gen-py' '--disable-gen-rb' '--disable-gen-perl' '--disable-gen-php' '--disable-gen-erl' '--disable-gen-cocoa' '--disable-gen-st' '--disable-gen-ocaml' '--disable-gen-hs' '--disable-gen-xsd' '--disable-gen-html' '--disable-gen-js' '--disable-gen-javame' '--without-csharp' '--without-java' '--without-erlang' '--with-python' '--without-perl' '--without-php' '--without-php_extension' '--without-ruby' '--without-haskell' 'PY_PREFIX=/Users/dajobe' 'PKG_CONFIG_PATH=/Users/dajobe/lib/pkgconfig' '--with-boost=/Users/dajobe/lib/boost'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment