diff options
author | Lukas Fleischer <cgit@cryptocrack.de> | 2014-01-09 19:44:27 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-09 19:55:28 +0100 |
commit | d523dacc3b1c93bb186cdd0ddb5e721162aa927e (patch) | |
tree | 71385dd018aa0a96f3938d51a1951a0134f595bf | |
parent | e2416259efe8b9bdad9be9597b1a79443dafdb4e (diff) | |
download | cgit-d523dacc3b1c93bb186cdd0ddb5e721162aa927e.tar.gz cgit-d523dacc3b1c93bb186cdd0ddb5e721162aa927e.tar.bz2 cgit-d523dacc3b1c93bb186cdd0ddb5e721162aa927e.zip |
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>
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 -------------------- |