A quick post today: Using these instructions, I’ve built a statically linked lxml 2.2.4 for Windows.
I used the following versions of the libraries:
1 2 3 4 5 6 | STATIC_INCLUDE_DIRS = [ "..\\libxml2-2.7.6.win32\\include", "..\\libxslt-1.1.26.win32\\include", "..\\zlib-1.2.3.win32\\include", "..\\iconv-1.9.2.win32\\include" ] |
1 2 3 4 5 6 | STATIC_LIBRARY_DIRS = [ "..\\libxml2-2.7.6.win32\\lib", "..\\libxslt-1.1.26.win32\\lib", "..\\zlib-1.2.3.win32\\lib", "..\\iconv-1.9.2.win32\\lib" ] |
Download it here: lxml-2.2.4.win32-py2.6
Recent Comments