From 159907fa6f15dba83cc15f6cdda85c720dda1287 Mon Sep 17 00:00:00 2001 From: Kjetil Jacobsen Date: Thu, 29 Nov 2001 11:08:53 +0000 Subject: - updated with some win32 install instructions --- INSTALL | 10 ++++++++-- 1 file 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. -- cgit v1.2.1