Skip to content

How can I use a forked version of vcpkg? #43857

Answered by rremilian
sebjameswml asked this question in Q&A
Discussion options

You must be logged in to vote

I think this is happening because when vcpkg new --application is executed, it will create a vcpkg-configuration.json file, which will contain the registry in which to search for packages.

Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
Fetching baseline information from https://github.com/microsoft/vcpkg...

Given the fact that microsoft/vcpkg doesn't currently have morphologica, it will not work.
You can use a custom port or a custom registry which will point to my fork. I think your first approach was good, but you have to add the reference to the custom registry.

This is the correct definition:

  "registries": [
    {
      "kind": "git",
      "reposit…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@sebjameswml
Comment options

@rremilian
Comment options

@rremilian
Comment options

@sebjameswml
Comment options

@sebjameswml
Comment options

Comment options

You must be logged in to vote
1 reply
@sebjameswml
Comment options

Comment options

You must be logged in to vote
1 reply
@sebjameswml
Comment options

Answer selected by sebjameswml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants