Skip to content

Commit

Permalink
docs: fix instructions for building Speedb in README.md and INSTALL.md
Browse files Browse the repository at this point in the history
Both were incorrectly referencing the old artefact names before the
changes in #66.
  • Loading branch information
isaac-io authored and Yuval-Ariel committed May 4, 2023
1 parent f01f543 commit cc59224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ depend on newer gcc/clang with C++17 support (GCC >= 7, Clang >= 5).
There are few options when compiling Speedb:

- [recommended] `make static_lib` will compile the Speedb static library
(`librocksdb.a`) in release mode.
(`libspeedb.a`) in release mode.

- `make shared_lib` will compile the Speedb shared library (`librocksdb.so`)
- `make shared_lib` will compile the Speedb shared library (`libspeedb.so`)
in release mode.

- `make check` will compile and run all the unit tests. `make check` will
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Release:
This will build the static library. If you want to build the dynamic library,
use:

make rocksdb-shared
make speedb-shared

If you want `make` to increase the number of cores used for building, simply use
the `-j` option.
Expand Down

0 comments on commit cc59224

Please sign in to comment.