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>
This commit is contained in:
Lukas Fleischer 2014-01-09 19:44:27 +01:00 committed by Jason A. Donenfeld
부모 e2416259ef
커밋 d523dacc3b
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제

7
README
파일 보기

@ -35,10 +35,9 @@ file (see the Makefile for details).
Dependencies Dependencies
------------ ------------
* git 1.7.4 * libzip
* zip lib * libcrypto (OpenSSL)
* crypto lib * libssl (OpenSSL)
* openssl lib
Apache configuration Apache configuration
-------------------- --------------------