Skip to content

lxml/libxml2-win-binaries

 
 

Repository files navigation

libxml2 Windows binaries for lxml

Build status

This repository contains everything required to compile libiconv, libxml2, and libxslt on Windows with Visual Studio 2015 / UCRT so that it can be used to build lxml wheels for Python 3.5.

Instructions

  • Install the Visual C++ Build Tools (or Visual Studio).
  • Open a Powershell prompt and install the Powershell Community Tools:
Set-ExecutionPolicy remotesigned
Find-Package pscx | ? ProviderName -eq PSModule | Install-Package -Force
  • Run build.ps1
  • Take binaries from dist/

Acknowledgements

This work was made possible by https://github.com/winlibs!

About

libxml2 Windows binaries for lxml

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%