crewjam / go-xmlsec

golang bindings for xmlsec
BSD 2-Clause "Simplified" License
26 stars 13 forks source link

How to install this library for windows #25

Open Aakarsh-goel opened 1 year ago

Aakarsh-goel commented 1 year ago

I want to use this library in windows, however when I simply do go get and try to use the library in my code then

I get this error.

Could you please update your readme file for the instructions ?

pkg-config --cflags -- xmlsec1 libxml-2.0

pkg-config: exec: "pkg-config": executable file not found in %PATH%

dbulsra commented 8 months ago

Has anyone successfully built for windows?