summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKai Liu <hfevers@gmail.com>2014-02-24 12:29:26 -0800
committerKai Liu <hfevers@gmail.com>2014-02-24 12:29:26 -0800
commitc9244dcba641648f63327429fe84324aa08331c4 (patch)
tree6989342e48dc4decd3d4ec25d8516efe2c943b28 /INSTALL.md
parentd45d17b2a3a6fe6e456989cbeb11a666ddc3b42d (diff)
Update the instruction to build shared library
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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)