-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature: Build for windows #85
Comments
Hi @mounte , doesn't this example work for you? https://www.reduct.store/docs/next/getting-started/with-cpp#installing-the-c-sdk . Could you provide logs so I can help you quickly and update the documentation? |
Out of the box following
results in:
This is with conan executable being found. If I on the other hand force it to not find conan
it can generate the project files... but when building it fails due to openssl
So there is the openssl issue, I usually rely on the vcpkg deps for openssl, so not sure what the intended way here is to find a good inclusion of the openssl lib. So I guess the roadblocker I hit was that cmake did not complain, there should probably be a find_package openssl required? Then there is this warning: I think what should be used is: |
Current problem
Currently this is not easily built on windows (I have not yet succeded at least.) Adding windows build instructions and potentially CMakePreset that sets necessary flags if needed would be welcomed.
Possible solution
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: