the repository which powers this website
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 <[email protected]>
Lukas Fleischer 2014-01-10
parent e241625 · commit d523dac
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 0c35f969..e1d52628 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
--------------------