Skip to content

Commit

Permalink
Update the instruction to build shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
liukai committed Feb 24, 2014
1 parent d45d17b commit c9244dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c9244dc

Please sign in to comment.