all repos — cgit @ d523dacc3b1c93bb186cdd0ddb5e721162aa927e

a hyperfast web frontend for git written in c

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>
Lukas Fleischer cgit@cryptocrack.de
Thu, 09 Jan 2014 19:44:27 +0100
commit

d523dacc3b1c93bb186cdd0ddb5e721162aa927e

parent

e2416259efe8b9bdad9be9597b1a79443dafdb4e

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M READMEREADME

@@ -35,10 +35,9 @@

Dependencies ------------ -* git 1.7.4 -* zip lib -* crypto lib -* openssl lib +* libzip +* libcrypto (OpenSSL) +* libssl (OpenSSL) Apache configuration --------------------