From 8fd7913724b0353ca91ea7674fca5dce5348e7dc Mon Sep 17 00:00:00 2001 From: Ming-Hsuan-Tu Date: Sat, 15 Jul 2017 22:19:13 +0800 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 45bb712..b8c065b 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Quick install for debian/ubuntu like linux distributions. $ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev $ git clone https://github.com/facebook/rocksdb.git $ cd rocksdb - $ make build && cd build + $ mkdir build && cd build $ cmake .. $ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include $ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd`