Skip to content

bgaifullin/libxml2-win-binaries

This branch is 3 commits ahead of, 6 commits behind mhils/libxml2-win-binaries:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf40ed3 · Aug 31, 2018

History

34 Commits
Jun 28, 2016
Oct 3, 2016
Jul 22, 2016
Aug 9, 2017
Aug 9, 2017
Oct 3, 2016
Aug 9, 2017
Feb 11, 2017
Aug 31, 2018
Aug 9, 2017
Feb 11, 2017

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%