xref: /aosp_15_r20/external/lz4/INSTALL (revision 27162e4e17433d5aa7cb38e7b6a433a09405fc7f)
1*27162e4eSAndroid Build Coastguard WorkerInstallation
2*27162e4eSAndroid Build Coastguard Worker=============
3*27162e4eSAndroid Build Coastguard Worker
4*27162e4eSAndroid Build Coastguard Worker```
5*27162e4eSAndroid Build Coastguard Workermake
6*27162e4eSAndroid Build Coastguard Workermake install     # this command may require root access
7*27162e4eSAndroid Build Coastguard Worker```
8*27162e4eSAndroid Build Coastguard Worker
9*27162e4eSAndroid Build Coastguard WorkerLZ4's `Makefile` supports standard [Makefile conventions],
10*27162e4eSAndroid Build Coastguard Workerincluding [staged installs], [redirection], or [command redefinition].
11*27162e4eSAndroid Build Coastguard WorkerIt is compatible with parallel builds (`-j#`).
12*27162e4eSAndroid Build Coastguard Worker
13*27162e4eSAndroid Build Coastguard Worker[Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
14*27162e4eSAndroid Build Coastguard Worker[staged installs]: https://www.gnu.org/prep/standards/html_node/DESTDIR.html
15*27162e4eSAndroid Build Coastguard Worker[redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
16*27162e4eSAndroid Build Coastguard Worker[command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
17