DEPENDENCIES: recommend the 'build-essential' package instead of gcc+make,

since it includes important things like libc6-dev
This commit is contained in:
Brian Warner 2007-10-17 20:33:31 -07:00
parent aff059dd4b
commit 06efac13e7

2
README
View File

@ -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: