-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plan for Windows support ? #57
Comments
It is actually possible to compile for Windows today. There's (perhaps a bit stalled) WIP on a CMake environment here: |
Hello |
I try to compile the project: |
where I is the file "check.h" |
cjose.log |
I use it but I would like to compile by myself to apply some modification if necessary |
I try to use different version of Openssl LIB but none of it works. Can you send me your openssl LIB and include folder? |
The library now depends on Is there any chance we can get official support for Windows for this library? Thanks. |
A Windows DLL is provided as part of an official commercial support subscription available via https://github.com/zmartzone/mod_auth_openidc#commercial-services |
Thanks. I managed to write a cmake build file for the project and patch the library to compile on Windows. Are you guys willing to add support for Windows and switch to cmake? I can make a couple of pull requests if you are interested. A pre-compiled DLL unfortunately does not work for us for various reasons. |
see #103 |
Also #119 which proved to build with VS2019. It's based on @tgorol's PR, but applied to the latest cjose source (6y.o., hah). Though I have doubts it will ever be merged. |
Hello,
I think the project is currently only meant for Mac and Linux distros. Is there a plan to include Windows in the mix ?
The text was updated successfully, but these errors were encountered: