1
I recently wanted to play around with Thrift, the serialization/communication protocol/ddl that was open sourced by Facebook which is quite similar to Google
protocol buffers.
While Thrift itself supports windows just fine, and there is even a runtime library for C#, the compiler is quite hard to build for Windows, and binaries are not provided by the project itself. Since many people seem to have the same problems, I decided to build it myself and provide the binaries for everybody to use.
The binaries where built from the latest svn head, using cygwin, dependent cygwin libraries are included.






Wow! Thank you very much! I need it really.