All Projects → kiyolee → libxml2-win-build

kiyolee / libxml2-win-build

Licence: other
libxml2 Windows build with Visual Studio.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to libxml2-win-build

ANTLR4ParseTreeVisualizer
Visual Studio debugging visualizer, and .NET visualization controls, for ANTLR4 parse trees
Stars: ✭ 59 (+31.11%)
Mutual labels:  visual-studio
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+331.11%)
Mutual labels:  visual-studio
Dapr-Microservice-Template
A Microservice Template using Dapr.io and Kubernetes
Stars: ✭ 31 (-31.11%)
Mutual labels:  visual-studio
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (-17.78%)
Mutual labels:  visual-studio
EmptyLicensesLicx
Easy continuous integration of apps using third-party controls that rely on licenses.licx files
Stars: ✭ 57 (+26.67%)
Mutual labels:  visual-studio
pcre-win-build
pcre Windows build with Visual Studio.
Stars: ✭ 25 (-44.44%)
Mutual labels:  visual-studio
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-46.67%)
Mutual labels:  visual-studio
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+66.67%)
Mutual labels:  visual-studio
Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (-13.33%)
Mutual labels:  visual-studio
Community.VisualStudio.Toolkit
Making it easier to write Visual Studio extensions
Stars: ✭ 165 (+266.67%)
Mutual labels:  visual-studio
dark-plus-material
The default Dark+ theme, using Material's color palette.
Stars: ✭ 37 (-17.78%)
Mutual labels:  visual-studio
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-40%)
Mutual labels:  visual-studio
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (-57.78%)
Mutual labels:  visual-studio
MvsSln
🧩 Customizable VisualStudio .sln parser, Complex support of the projects (.vcxproj, .csproj., …), Pluginable lightweight r/w handlers at runtime, and more …
Stars: ✭ 86 (+91.11%)
Mutual labels:  visual-studio
Bing-Maps-V8-TypeScript-Definitions
This project contains the TypeScript definitions for the Bing Maps V8 Web Control.
Stars: ✭ 36 (-20%)
Mutual labels:  visual-studio
janus-client
c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
Stars: ✭ 119 (+164.44%)
Mutual labels:  visual-studio
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-46.67%)
Mutual labels:  visual-studio
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-66.67%)
Mutual labels:  visual-studio
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (+17.78%)
Mutual labels:  visual-studio
Azure4Alexa
Create and Host Alexa Custom Skills using .NET and Azure
Stars: ✭ 48 (+6.67%)
Mutual labels:  visual-studio

libxml2-win-build

libxml2 Windows build with Visual Studio.

This version is libxml2-2.10.1

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 and zlib-win-build. There are hard references assuming both libiconv-win-build and zlib-win-build 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/libxml2-win-build.git

Build libiconv and zlib first and then 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].