We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c4fd8 commit c77ba79Copy full SHA for c77ba79
README.md
@@ -7,7 +7,7 @@ Memcached protocol 'wrapper' for tarantool.
7
### Prerequisites
8
9
* Tarantol 1.6.7+ with header files (tarantool && tarantool-dev packages).
10
- Use branch '1.6' on github or http://tarantool.org/dist/1.6
+ Use branch '1.6' on github or http://tarantool.org/dist/1.6
11
* Python >= 2.7, <3 with next packages (for testing only):
12
- gevent
13
- geventconnpool
@@ -21,6 +21,7 @@ Clone this repository and then build it using CMake:
21
22
``` bash
23
git clone https://github.com/tarantool/memcached.git
24
+cd memcached && git submodule update --init --recursive
25
cd memcached && cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo
26
make
27
make install
0 commit comments