From: Lukas Fleischer Date: Thu, 9 Jan 2014 18:44:27 +0000 (+0100) Subject: README: Fix dependencies X-Git-Tag: v0.10~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d523dacc3b1c93bb186cdd0ddb5e721162aa927e;p=cgit README: Fix dependencies * 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 --- 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 --------------------