Skip to content

kiyolee/libxslt-win-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

592d4ee · May 13, 2023

History

67 Commits
Mar 9, 2019
Nov 5, 2022
Jul 25, 2021
Nov 5, 2022
Jul 25, 2021
Nov 5, 2022
Jul 25, 2021
Nov 5, 2022
Jul 25, 2021
Nov 5, 2022
Aug 15, 2020
Aug 14, 2020
Nov 5, 2022
Aug 29, 2021
Aug 29, 2021
May 13, 2023
May 13, 2023
May 13, 2023
May 13, 2023
May 13, 2023
Aug 15, 2020
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Aug 24, 2022
Aug 24, 2022
May 13, 2023
May 13, 2023
May 13, 2023
May 13, 2023
Aug 30, 2016

Repository files navigation

libxslt-win-build

libxslt Windows build with Visual Studio.

This version is libxslt-1.1.38.

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 libxml2-win-build and hence libiconv-win-build and zlib-win-build. There are hard references assuming all three libiconv-win-build, zlib-win-build, and libxml2-win-build sit next to libxslt-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/libxml2-win-build.git
> git clone https://github.com/kiyolee/libxslt-win-build.git

Build libiconv and zlib first and then libxml2 and finally libxslt, with the same corresponding Visual Studio solution of course.

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