From 06efac13e76791d69f305e495878a3ac92268682 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 17 Oct 2007 20:33:31 -0700
Subject: [PATCH] DEPENDENCIES: recommend the 'build-essential' package instead
 of gcc+make, since it includes important things like libc6-dev

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 25122508..f7ed3126 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ see the EASY_INSTALLABLE DEPENDENCIES section below.
 All of the manual dependencies can probably be installed through your
 standard package management tool if you are running on a modern Unix
 operating system.  For example, on an debian-like system, you can do "sudo
-apt-get install gcc make python-dev python-twisted python-pyopenssl".
+apt-get install build-essential python-dev python-twisted python-pyopenssl".
 
 The Manual Dependencies:
 
-- 
2.45.2