Skip to content

kiyolee/libxml2-win-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libxml2-win-build

libxml2 Windows build with Visual Studio.

This version is libxml2-2.12.7.

Note that LZMA support is only available for VS2013 or later.

To build, simply open the required solution file, and you know how to use Visual Studio, right? (or perhaps this is the wrong place for you.)

Depends on:

  • libiconv-win-build
  • zlib-win-build
  • xz-win-build (VS2013 or later)

There are hard references assuming all these sit next to libxml2-win-build.

Basically, in a command prompt:

> cd {somewhere}\
> git clone https://github.com/kiyolee/libiconv-win-build.git
> git clone https://github.com/kiyolee/zlib-win-build.git
> git clone https://github.com/kiyolee/xz-win-build.git (VS2013 or later)
> git clone https://github.com/kiyolee/libxml2-win-build.git

Build all these dependencies in the suggested order as shown above and finally libxml2, with the same corresponding Visual Studio solution of course.

This repository tracks only officially released versions of libxml2. Check branch win-build of https://github.com/kiyolee/libxml2.git that follows latest development.