5.34. Xz-5.0.5

The Xz package contains programs for compressing and decompressing files. It provides capabilities for the lzma and the newer xz compression formats. Compressing text files with xz yields a better compression percentage than with the traditional gzip or bzip2 commands.

预计构建时间: 0.2 SBU
磁盘空间需求: 16.3 MB

5.34.1. 安装 Xz

准备编译 Xz:

./configure --prefix=/tools

编译软件包:

make

编译现在完成了。前面讨论过,没有必要在这一章中为临时工具运行测试套件。如果无论如何都要运行 Xz 的测试套件,执行以下命令:

make check

安装软件包:

make install

这个包的详细信息位于 第 6.46.2 节 “Contents of Xz.”