3 So you want to know how to build libmemcached on Windows? In order to
4 have a single build environment you need to install mingw to get a
5 "unix environment" to run the configure script.
7 An easy way to get started is to install the msysgit fullinstall
8 package from: http://code.google.com/p/msysgit/downloads/list
10 msysgit does not contain the "autotools" needed to generate a
11 configure script, so you need to generate that on another box (this
12 should not be a problem if you're trying to build from a tar archive).
14 msysgit does not contain the tools to build the documentation, so you
15 need to add --without-docs to configure.
17 I'm normally building libmemcached with:
20 $ ./configure --without-docs --with-memcached=../memcached/memcached.exe