Replies: 1 comment
-
Did you provide an overlay port? https://learn.microsoft.com/en-us/vcpkg/concepts/overlay-ports |
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
-
I was somehow able to install a custom package that is not published to vcpkg repo into my vcpkg root directory:
but when I try to use it in a project like this:
I get this error:
How can I fix this please?
Also I am trying to understand how vcpkg works. It seems there is a root directory and a
packages
folder in that root that contains the installed packages but then why doesvcpkg
duplicate packages in the project's directory?when i try to list the packages in my vcpkgroot i get:
this list does not contain
piper-phonemize
. what gives? and it containsespeak-ng_x64-windows
but I don't see it in the output ofvcpkg list
. again what gives here?Beta Was this translation helpful? Give feedback.
All reactions