From 098664da9adcdc693fe960009d9eec634b7f4dab Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 19 May 2007 09:12:56 +0000 Subject: [PATCH] btpd doesn't need pthreads and curl, and libevent is included. Scratch the dependencies from the README. --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README b/README index e48459e..eeba017 100644 --- a/README +++ b/README @@ -166,13 +166,10 @@ Contents 3.a Requirements - You should have a *BSD, Linux or sufficiently similar system with pthread - support. + You should have a *BSD, Linux or sufficiently similar system. Make sure you have recent versions of the following software: - * curl - Get at - * openssl - Get at - * libevent - Get at + * OpenSSL - Get at You also need a c99 compiler. A non antique GCC should do.