1 Installation 2 ============= 3 4 ``` 5 make 6 make install # this command may require root access 7 ``` 8 9 LZ4's `Makefile` supports standard [Makefile conventions], 10 including [staged installs], [redirection], or [command redefinition]. 11 It is compatible with parallel builds (`-j#`). 12 13 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html 14 [staged installs]: https://www.gnu.org/prep/standards/html_node/DESTDIR.html 15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html 16 [command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html 17