1 Star 0 Fork 1

axmolengine / lz4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yann Collet 提交于 2017-08-30 15:02 . minor typo fix
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
1
https://gitee.com/axmolengine/lz4.git
git@gitee.com:axmolengine/lz4.git
axmolengine
lz4
lz4
dev

搜索帮助