What's the URL of the page containing the problem?
http://www.review-board.org/docs/manual/dev/admin/installation/windows/
The section 'Installing Memcached' contains the text below, which is
obviously the linux instructions. This text just needs deleted, the correct
windows instructions are already on the page:
==
If libmemcache is not available in your distribution, you’ll need to
compile it manually or download an RPM from
http://tangent.org/552/libmemcached.html.
Next you’ll need to install cmemcache. This may be provided by your
distribution. If not, you can install it from
http://gijsbert.org/cmemcache/. Download the tarball and do the following:
$ ./configure --prefix=/usr
$ make
$ make install
==