vcpkg support #50
Replies: 8 comments
-
We (Colin and me) are not using Windows, hence we usually don't support it directly from our side. Someone (@uilianries / @wravery ?) needs to send a PR to them. I'm not sure if this is reasonable pre-1.0.0, but large parts seem quite stable so it could make sense. |
Beta Was this translation helpful? Give feedback.
-
Since VCPKG is a Conan's rival I can't help with it 😂 Joking ... I don't have experience packaging projects for vcpkg, but I think it's a good idea, as it is very popular and it will help to distribute this project over Windows. @webfolderio Do you know how to create a package there? If not, I would like to try, to understand the packaging process. |
Beta Was this translation helpful? Give feedback.
-
@uilianries If you have vcpkg installed/bootstrapped, you can start a new package with It starts with a path/URL to an archive file rather than a GitHub repo/commit, but you can replace the vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO taocpp/pegtl
REF c5d158ffab4baa0e1c3f6d54c0684f05a2412f74
SHA512 efd5d36ca14c27948005cd034e72e24855f6046141c316a1d4b7186af9753fd035dab8303dc86e2f2de1b185f5fa3f5d678672892b1fc4ab69e827492a94e897
HEAD_REF master
) BTW, that's from the |
Beta Was this translation helpful? Give feedback.
-
Once you have a draft of the package's Oh, and since it includes the |
Beta Was this translation helpful? Give feedback.
-
@wravery Thanks for your excellent explanation! |
Beta Was this translation helpful? Give feedback.
-
Fixed by @myd7349 |
Beta Was this translation helpful? Give feedback.
-
Amazing! |
Beta Was this translation helpful? Give feedback.
-
Hi,
Do you consider to support vcpkg?
Beta Was this translation helpful? Give feedback.
All reactions