Skip to content

fwbuilder/libxslt-win-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libxslt-win-build

libxslt Windows build with Visual Studio.

This version is libxslt-1.1.33.

See win-build-info for general information about the win-build effort.

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.

About

libxslt Windows build with Visual Studio.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.0%
  • C++ 1.3%
  • Objective-C 0.7%