From c9244dcba641648f63327429fe84324aa08331c4 Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Mon, 24 Feb 2014 12:29:26 -0800 Subject: [PATCH] Update the instruction to build shared library --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a63b9b15c..472fd2331 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -71,7 +71,7 @@ libraries. You are on your own. `make clean; make` will compile librocksdb.a (RocskDB static library) and all the unit tests. You can run all unit tests with `make check`. -For shared library builds, exec `make librocksdb.so` instead. +For shared library builds, exec `make shared_lib` instead. If you followed the above steps and your compile or unit tests fail, please submit an issue: (https://github.com/facebook/rocksdb/issues)