babelouest / rhonabwy

Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT
https://babelouest.github.io/rhonabwy/
GNU Lesser General Public License v2.1
45 stars 21 forks source link

[FeatureReq] Support for Windows #19

Closed PataviniMa closed 2 years ago

PataviniMa commented 2 years ago

Hello, can this library be built on Windows (with MinGW an CMake, for example)?

babelouest commented 2 years ago

Hello,

I believe you can, I just don't know how precisely.

It's already available in YACP, and I've been told all the dependencies can be built on windows. Also, someone described how to build ulfius with CMake and Visual Studio 2019 which has similar dependencies than rhonabwy.

If you manage to build rhonabwy for windows, I'd love to improve the install documentation to describe how, because I think it will be helpful for others.

babelouest commented 2 years ago

@PataviniMa , were you able to build and/or use rhonabwy for Windows with the tips I gave you?

PataviniMa commented 2 years ago

@babelouest I haven't tried yet because I don't have much time at the moment, but I will update this issue if I succeed.

babelouest commented 2 years ago

I suggest to continue this question in the discussion thread with the same topic of needed.

sfhacker commented 2 years ago

Any updates/progress here?