fork of https://github.com/rust-rocksdb/rust-rocksdb for nextgraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
630 B
16 lines
630 B
Installation
|
|
=============
|
|
|
|
```
|
|
make
|
|
make install # this command may require root access
|
|
```
|
|
|
|
LZ4's `Makefile` supports standard [Makefile conventions],
|
|
including [staged installs], [redirection], or [command redefinition].
|
|
It is compatible with parallel builds (`-j#`).
|
|
|
|
[Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
|
|
[staged installs]: https://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
|
[redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
|
|
[command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
|
|
|