Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The following page has been changed by tom:
http://wiki.apache.org/thrift/ThriftInstallationWin32

------------------------------------------------------------------------------
  
  
  == Installation steps ==
+ If you are building from the first time out of the source repository, you will
+ need to generate the configure scripts.  (This is not necessary if you
+ downloaded a tarball.)  From the top directory, do:
+ {{{
+       ./bootstrap.sh
+ }}}
+ Once the configure scripts are generated, thrift can be configured.
+ From the top directory, do:
+ {{{
+       ./configure
+ }}}
  
+ Make the thrift compiler:
+ {{{
+         cd compiler/cpp
+       make
+ }}}
+ From the top directory, become superuser and do:
+ {{{
+       make install
+ }}}
+ Note that some language packages must be installed manually using build tools
+ better suited to those languages (at the time of this writing, this applies
+ to Java, Ruby, PHP).
+ 
+ Look for the README file in the lib/<language>/ folder for more details on the
+ installation of each language library package.
+ 

Reply via email to