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

------------------------------------------------------------------------------
   * boost 1.33.1-4
   * boost-devel 1.33.1-4
   * flex 2.5.33-1
+  * pkgconfig
+  * libtool
   
  Next, open compiler/cpp/Makefile.am and add the following line to 
thrift_CXXFLAGS
  {{{
  -DMINGW -mno-cygwin -lfl
  }}}
  
+ Run bootstrap.sh: 
+ {{{
+  ./bootstrap.sh
+ }}}
+ 
+ Make sure you have java in your $PATH variable, if not do(adjust path if 
necessary): 
+ {{{
+  export PATH=$PATH:"/cygdrive/c/program files/java/jre1.6.0_05/bin"
+ }}}
+ 
+ Run configure
+ {{{
+  ./configure
+ }}}
+ 

Reply via email to