Skip to content

heroiclabs/nakama-vcpkg-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the Heroic Labs vcpkg registry for dependencies across the nakama-cpp family of SDKs.

To integrate it with your vcpkg consumer, add the following to a vcpkg-configuration.json in the root of your repository:

[
    {
        "kind": "git",
        "repository": "https://github.com/heroiclabs/nakama-vcpkg-registry",
        "baseline": "<commit>",
        "reference": "master",
        "packages": ["nakama-sdk", "wslay", "nakama-test"]
    }
]

Updating ports

Update the portfile.cmake and vcpkg.json as needed.

Commit the modifications to your portfile and vcpkg.json. Then run:

$VCPKG_ROOT/vcpkg x-add-version <port> --vcpkg-root=${PWD}

Then make another commit, or if your current one is not yet pushed, you can amend the current one (git commit --amend --no-edit).

You may discover that you made a mistake with a portfile. In these cases you can append --overwrite-version to your x-add-version commmand, so that the bad version isn't tracked by the registry.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages