-
Notifications
You must be signed in to change notification settings - Fork 58
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
use vcpkg for all platforms #1648
Comments
Agree with @CAMOBAP on vcpkg, will streamline our dependency management. Let’s get this done. |
@ronaldtse yep I already have some progress in this direction and will push first PR in next 1-2 days |
Thank you @CAMOBAP! Sorry didn't know you were working on it already... |
@ronaldtse for the next time I will add a comment that it's in progress, to not confuse others In Progress |
I am still in the middle, here are some findings which I have so far:
For static deps:
For shared deps:
All this above is just for information, I will automate this in CI anyway |
microsoft/vcpkg#21461 - reported |
Quick status update:
I will wait for vcpkg's PR to approve before moving to other platforms |
Thanks @CAMOBAP ! |
The issue with centos7 openssl/openssl#16449 - which are probably not released yet. I will check if possible to not use openssl from vcpkg but use a system one |
@CAMOBAP agree to use system OpenSSL on CentOS 7. |
Just found that vcpkg has |
It's internal and doesn't allow to use system library instead portlet, thingking about other approach |
@CAMOBAP openssl/openssl#16449 has been merged, can we carry on with this task? |
Description
It will be nice to use
vcpkg
for all our platforms to reduce the amount of shell scriptExpected Behavior
This will simplify and unify the build process
Actual Behavior
For now, we have a huge amount of shell scripts related to the compilation
The text was updated successfully, but these errors were encountered: