mgdm / htmlq

Like jq, but for HTML.
MIT License
7k stars 107 forks source link

Add Windows Support #16

Closed dmoath closed 2 years ago

dmoath commented 2 years ago

Tried to install this under windows (not WSL2) and it fails to compile:

error: failed to build archive: function not supported

error: aborting due to previous error

error: could not compile `rand_core`

Any chance you could add Windows support or just release a windows binary?

kassemz commented 2 years ago

@dmoath

It installs fine for me on Windows 10.

Find binary attached here if it helps. EDIT: removed the binary as it is giving me a virus warning on another machine: https://github.com/mgdm/htmlq/issues/19

dmoath commented 2 years ago

@kassemz Thanks, I was able to compile it in a VM, I guess having multiple versions of VC++ installed can affect rustc somehow, weird thing is other (complex) programs compile just fine, it's just this one dependency "rand_core".