summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Jacobsen <kjetilja@gmail.com>2002-05-17 14:57:38 +0000
committerKjetil Jacobsen <kjetilja@gmail.com>2002-05-17 14:57:38 +0000
commit228f84a6c097419cdf52b1f332d7f112cd3b44a5 (patch)
tree75c349259a26c83c19f1a738ea4b5114e1efdab7
parentd10e39f31f4246ff56c99bacb27b7376e115d71d (diff)
downloadpycurl-228f84a6c097419cdf52b1f332d7f112cd3b44a5.tar.gz
updateREL_7_9_7
-rw-r--r--INSTALL20
1 files changed, 11 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 03025ce..1258200 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,15 +1,8 @@
-You need Python and libcurl (version 7.9.6 or greater) installed on your
-system to use or build pycurl.
-
+You need Python and libcurl installed on your system to use or build pycurl.
Disutils
--------
-To build pycurl for Python 1.5.X you also need the distutils package,
-which you can download from:
-
- http://www.python.org/sigs/distutils-sig/download.html
-
Assuming that distutils is installed (which it is by default on Python
versions above 1.5.2) build and install pycurl with the following
commands:
@@ -21,12 +14,21 @@ commands:
$VER should be substituted with the version number, e.g. 0.3.0.
+To build pycurl for Python 1.5.2 you also need the distutils package,
+which you can download from:
+
+ http://www.python.org/sigs/distutils-sig/download.html
+
+... or be brave and manually tweak the Makefile in the 'src'
+directory to match your installation (the Makefile should work
+fine for RedHat distros).
+
Windows
-------
When installing on Windows, you need to manually configure three path
-settings in setup.py defined by the following variables:
+setting variables in the file 'setup.py':
W32_INCLUDE - Path to the libcurl 'include' directory
W32_LIB - Path to the libcurl 'lib' directory