adobe / hyde

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
http://opensource.adobe.com/hyde/
MIT License
323 stars 41 forks source link

Windows Support? #22

Open Praying opened 5 years ago

Praying commented 5 years ago

seems just in linux and osx, and not support windows?

fosterbrereton commented 5 years ago

Development of hyde up to now has been primarily on MacOS. @jaredwy is actively looking into development on linux. Building the tool anywhere else hasn't been explored yet, but it would be great if someone could submit a PR to that effect. The hyde-specific sources are platform independent, and I suspect the biggest hurdle would be getting all the dependencies (like LLVM/Clang) straightened out.

sean-parent commented 2 months ago

I posted a package for running Hyde from Docker. https://github.com/adobe/hyde/pkgs/container/hyde PR#87 provides instructions for use. This should work under Windows as a possible solution, and the Docker file provides details for how to build under Linux (which should work in WSL on Windows). @Praying if you try it, let us know how it goes.