Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
17 lines
630 B
Plaintext
17 lines
630 B
Plaintext
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
|