Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhils/libxml2-win-binaries

libxml2 Windows binaries for lxml
https://github.com/mhils/libxml2-win-binaries

Last synced: about 1 month ago
JSON representation

libxml2 Windows binaries for lxml

Awesome Lists containing this project

README

        

# libxml2 Windows binaries for lxml

[![Build status](https://ci.appveyor.com/api/projects/status/cc6q3nrosjul2sgl?svg=true)](https://ci.appveyor.com/project/mhils/libxml2-win-binaries)

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](http://landinghub.visualstudio.com/visual-cpp-build-tools) (or Visual Studio).
- Open a Powershell prompt and install the Powershell Community Tools:
```powershell
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!