跳转至

ZLIB 镜像支持

名称

  IMAGE_ZLIB

头文件

通过 config/general.h 配置。

示例

启用 ZLIB 镜像支持

  #define IMAGE_ZLIB               /* ZLIB images */

启用 ZLIB 镜像支持和归档镜像管理命令

  #define IMAGE_ZLIB               /* ZLIB image support */
  #define IMAGE_ARCHIVE_CMD        /* Archive image management commands */

描述

此构建选项启用 ZLIB 压缩镜像支持。

另请参阅

备注

你可以使用 openssl zlib 命令创建 ZLIB 压缩镜像。