Created
October 11, 2012 23:31
-
-
Save dajobe/3876338 to your computer and use it in GitHub Desktop.
Build thrift 0.8.0 with just python on OSX
This file contains hidden or 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
./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