This page contains a modified version of memcached 1.2.5 and libevent 1.4.4 that builds on Windows.
Building libevent should work out of the box. Building memcached should also work out of the box, but it requires libevent to be first built beside it in a directory called "libevent". For example:
/src/libevent /src/memcached
The included project files are created with Visual Studio 2003, but should import fine into VS2005 and VS2008.
These projects are based on the existing win32 builds of the two projects. Just fixed so that they work. Neither library has been modified from the respective released version other than to add win32 required changes. I released them here simply because I found no buildable win32 versions for these projects.
Note in particular that I provide no promises and no support.
Files
libevent 1.4.4
The original is the version from the libevent website.
original: libevent-1.4.4-stable.tar.gz
win32: libevent-1.4.4-stable-win32.zip
patch: libevent.diff
Apply the patch using a command line like: patch -E -p 1 -i libevent.diff
memcached 1.2.5
The original is the version from the memcached website.
original: memcached-1.2.5.tar.gz
win32 src: memcached-1.2.5-win32.zip
win32 binary: memcached-1.2.5-win32-bin.zip
patch: memcached.diff
Apply the patch using a command line like: patch -E -p 1 -i memcached.diff
Last updated: June 14