From 86a69b8f8e20d85f628344019e7e509eb9c52f8c Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 31 Aug 2005 08:51:38 +0000 Subject: [PATCH] INSTALL: Add another check for whether or not the user needs the python-dev package. --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 0e905620b..595b7a492 100644 --- a/INSTALL +++ b/INSTALL @@ -30,8 +30,9 @@ UNIX/Linux/*BSD If you're installing Python using your distributor's packages, you may need a python-dev package installed, too. If you don't have a -'/usr/lib/python2.3/distutils' directory (assuming '/usr/lib/python2.3' -is where your Python libs are installed), then you will need a python-dev +'/usr/lib/python2.3/distutils' directory or +'/usr/lib/python2.3/config/Makefile' (assuming '/usr/lib/python2.3' is +where your Python libs are installed), then you will need a python-dev package. After you extract Supybot and cd into the supybot directory just