about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorLukas Fleischer2014-01-09 19:44:27 +0100
committerJason A. Donenfeld2014-01-09 19:55:28 +0100
commitd523dacc3b1c93bb186cdd0ddb5e721162aa927e (patch)
tree71385dd018aa0a96f3938d51a1951a0134f595bf /README
parentREADME: Spelling and formatting fixes (diff)
downloadcgit-d523dacc3b1c93bb186cdd0ddb5e721162aa927e.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README index 0c35f96..e1d5262 100644 --- a/README +++ b/README
@@ -35,10 +35,9 @@ file (see the Makefile for details).
35Dependencies 35Dependencies
36------------ 36------------
37 37
38* git 1.7.4 38* libzip
39* zip lib 39* libcrypto (OpenSSL)
40* crypto lib 40* libssl (OpenSSL)
41* openssl lib
42 41
43Apache configuration 42Apache configuration
44-------------------- 43--------------------