]> granicus.if.org Git - cgit/commitdiff
README: Fix dependencies
authorLukas Fleischer <cgit@cryptocrack.de>
Thu, 9 Jan 2014 18:44:27 +0000 (19:44 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 9 Jan 2014 18:55:28 +0000 (19:55 +0100)
* 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 <cgit@cryptocrack.de>
README

diff --git a/README b/README
index 0c35f96972cfa5fdf47e9c2672297d935b812d6d..e1d526286053a28e540a248d4e8726f4f94f7278 100644 (file)
--- 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
 --------------------