Building and installing on Microsoft Windows depends on
nmake and tools in Microsoft Visual Studio
2010.
Open the Visual Studio Command Prompt, and navigate to the
directory for the extracted archive for libvbucket. The NMakefile
defines an INSTALL variable as
C:\local. Edit the NMakefile if you wish to
change the installation location. Then build and install
libvbucket:
shell> nmake -f NMakefile install
Because it uses memcached binary protocol, libcouchbase requires
header files from the memcached project. After obtaining the
memcached source, copy memcached.h and
protocol_binary.h into
c:\local\include\memcached.
Then navigate to the directory for libcouchbase. Edit the NMakefile if you wish to change the installation location, then build and install libcouchbase:
shell> nmake -f NMakefile install