From 70471ce78095db8ea0245c31b45ab72e682ccc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Wed, 3 Apr 2013 20:41:28 +0200 Subject: [PATCH] list zip as build dependency in the readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38362884..517ee64a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Dependencies ### Package building dependencies +`zip`: used to create one executable with all sources + `gzip`: used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`) `texinfo`: used for building info manual (suppressable with `./configure --without-info`)