2017-08-14 22:13:23 +00:00
|
|
|
Installation
|
|
|
|
=============
|
|
|
|
|
2017-08-14 22:18:47 +00:00
|
|
|
```
|
|
|
|
make
|
|
|
|
make install # this command may require root access
|
|
|
|
```
|
2017-08-14 22:13:23 +00:00
|
|
|
|
|
|
|
LZ4's `Makefile` supports standard [Makefile conventions],
|
2017-08-14 22:18:47 +00:00
|
|
|
including [staged installs], [redirection], or [command redefinition].
|
2017-08-30 22:02:04 +00:00
|
|
|
It is compatible with parallel builds (`-j#`).
|
2017-08-14 22:13:23 +00:00
|
|
|
|
|
|
|
[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
|
2017-08-14 22:18:47 +00:00
|
|
|
[redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
|
2017-08-14 22:13:23 +00:00
|
|
|
[command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
|