summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Jacobsen <kjetilja@gmail.com>2001-11-29 11:08:53 +0000
committerKjetil Jacobsen <kjetilja@gmail.com>2001-11-29 11:08:53 +0000
commit159907fa6f15dba83cc15f6cdda85c720dda1287 (patch)
tree08e03690c967f5913a86b3421dedbf71c1b36748
parent8acf3f44e6dc77bc7378102bb892377458364634 (diff)
downloadpycurl-159907fa6f15dba83cc15f6cdda85c720dda1287.tar.gz
- updated with some win32 install instructions
-rw-r--r--INSTALL10
1 files changed, 8 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4f3ab76..289bc52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,5 +23,11 @@ Type 'make' and copy the file 'src/pycurlmodule.so' to the site-package
directory of your Python installation (for example
/usr/lib/python2.0/site-packages).
-NOTE: I have not tried to build pycurl on Windows, but I assume this
-can be done with minimal efforts using the distutils approach.
+When installing on Windows, you need to manually configure three path
+settings in setup.py defined by the following variables:
+
+ W32_INCLUDE - Path to the libcurl 'include' directory
+ W32_LIB - Path to the libcurl 'lib' directory
+ W32_EXTRA_OBJ - Path to libcurl library file itself
+
+Then run 'python setup.py install' as usual.