From mboxrd@z Thu Jan 1 00:00:00 1970 From: cgit at cryptocrack.de (Lukas Fleischer) Date: Thu, 9 Jan 2014 19:44:27 +0100 Subject: [PATCH v2] README: Fix dependencies In-Reply-To: References: Message-ID: <1389293067-1102-1-git-send-email-cgit@cryptocrack.de> * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 0c35f96..e1d5262 100644 --- a/README +++ b/README @@ -35,10 +35,9 @@ file (see the Makefile for details). Dependencies ------------ -* git 1.7.4 -* zip lib -* crypto lib -* openssl lib +* libzip +* libcrypto (OpenSSL) +* libssl (OpenSSL) Apache configuration -------------------- -- 1.8.5.2