From e881e1385ced40942e4c32e53e6e72b90547897f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 4 May 2009 16:33:27 +0400 Subject: [PATCH] use full name for GPB and emphasize libevent version --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 5614c54..3ad540f 100644 --- a/README +++ b/README @@ -21,11 +21,11 @@ MySQL 5.1 is the first version which supports pluggable storage engines, so older MySQL versions cannot and will never be supported. Libraries required: -* protobuf - http://code.google.com/p/protobuf +* Google Protocol Buffers - http://code.google.com/p/protobuf * Judy - http://judy.sf.net * libevent - http://monkey.org/~provos/libevent/ -(this one may be already installed in your system, just make -sure you have -devel package installed, too). +(this one may be already installed in your system, just make sure it's new enough (1.4+ is enough) and +check that you have -devel package installed). Optionally used: * Hoard memory allocator - http://www.hoard.org