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 ------------------------------------------------------------------------------ * g++ 4.0+ - == Installation steps == + == Installation steps(Cygwin dependency) == 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: @@ -39, +39 @@ Look for the README file in the lib/<language>/ folder for more details on the installation of each language library package. + == Installation steps(No Cygwin dependency) == + + To compile the Thrift generator without the cygwin.dll dependency you need to install + MinGW (www.mingw.org). In addition you need to add the following entry to your windows + PATH variable. + {{{ + C:\MINGW\BIN + }}} + + + For cygwin you need to install the following packages: + * automake 1.10.1-1 + dependencies + * autoconf 2.61-1 + dependencies + * bison 2.3-1 + * boost 1.33.1-4 + * boost-devel 1.33.1-4 + * flex 2.5.33-1 + +
