Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhils/libxml2-win-binaries
- Owner: mhils
- Created: 2016-06-28T00:10:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T19:16:15.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:06:55.741Z (7 months ago)
- Language: PowerShell
- Size: 28.3 KB
- Stars: 17
- Watchers: 8
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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!