From: Brian Warner Date: Thu, 18 Oct 2007 03:33:31 +0000 (-0700) Subject: DEPENDENCIES: recommend the 'build-essential' package instead of gcc+make, X-Git-Tag: allmydata-tahoe-0.7.0~367 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=06efac13e76791d69f305e495878a3ac92268682;p=tahoe-lafs%2Ftahoe-lafs.git DEPENDENCIES: recommend the 'build-essential' package instead of gcc+make, since it includes important things like libc6-dev --- 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: