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
- Host: GitHub
- URL: https://github.com/modelingevolution/rocket-welder-sdk-vcpkg-registry
- Owner: modelingevolution
- Created: 2025-08-13T08:45:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-12-18T19:05:33.000Z (6 months ago)
- Last Synced: 2025-12-20T11:32:05.421Z (6 months ago)
- Language: CMake
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```