Replies: 1 comment
-
|
I haven't tried a proper build yet but I think I might (possibly?) have fixed it. Looking at a previous build that worked, it turned out that I needed to modify the initial "dependencies" section from vcpkg.json to remove 1 line and add 1 line, like this:- Fingers crossed ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, sorry about the length of this!
vcpkg contains a port named curl and IIUC the most recent version is 8.19.0 whereas I'm trying to build an earlier version called 7.66.0
Following attempts with similar builds previously I created a folder here:- D:\vcpkg-stuff\gnu-windows\src\vcpkg\CurlTest and I modified curl's original vcpkg.json file as follows. The "overrides" section (quite near the top) is the bit that I added:-
Next I created a small file called vcpkg-configurantion.json looking like this:-
I then opened Windows Powershell (with all its usual settings, navigated to D:\vcpkg-stuff\gnu-windows\src\vcpkg\CurlTest and typed the command ../vcpkg install --dry-run which produces this output:-
But unfortunately there's no mention that curl will get built. Can anyone see what I've done wrong?
Beta Was this translation helpful? Give feedback.
All reactions