cgit

commit d523dacc3b1c93bb186cdd0ddb5e721162aa927e

Author: Lukas Fleischer <cgit@cryptocrack.de>

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 <cgit@cryptocrack.de>

 README | 7 +++----


diff --git a/README b/README
index 0c35f96972cfa5fdf47e9c2672297d935b812d6d..e1d526286053a28e540a248d4e8726f4f94f7278 100644
--- a/README
+++ b/README
@@ -35,10 +35,9 @@
 Dependencies
 ------------
 
-* git 1.7.4
-* zip lib
-* crypto lib
-* openssl lib
+* libzip
+* libcrypto (OpenSSL)
+* libssl (OpenSSL)
 
 Apache configuration
 --------------------