An open API service indexing awesome lists of open source software.

https://github.com/modelingevolution/rocket-welder-sdk-vcpkg-registry


https://github.com/modelingevolution/rocket-welder-sdk-vcpkg-registry

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rocket Welder SDK vcpkg Registry

Custom vcpkg registry for Rocket Welder SDK - C++ client library for RocketWelder video streaming services.

## Usage

Add to your `vcpkg-configuration.json`:

```json
{
"registries": [
{
"kind": "git",
"repository": "https://github.com/modelingevolution/rocket-welder-sdk-vcpkg-registry",
"baseline": "",
"packages": ["rocket-welder-sdk"]
}
]
}
```

Then install:
```bash
vcpkg install rocket-welder-sdk
```