Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norihiro/obs-studio-devel-action
Script to setup development environment for obs-studio plugins
https://github.com/norihiro/obs-studio-devel-action
Last synced: 9 days ago
JSON representation
Script to setup development environment for obs-studio plugins
- Host: GitHub
- URL: https://github.com/norihiro/obs-studio-devel-action
- Owner: norihiro
- License: gpl-3.0
- Created: 2022-08-02T15:59:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T00:59:02.000Z (11 months ago)
- Last Synced: 2024-04-14T04:20:59.079Z (7 months ago)
- Language: Shell
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OBS Studio plugin development environment
This repository helps to create an environment to develop OBS Studio plugins.
Main target is Github Actions.## Github workflow
See action.yml.
## Standalone
To run the script from a terminal, checkout this repository somewhere and run the script directly.For Linux
```
../obs-studio-devel-action/scripts/linux-download.sh -a -o 28
```For macOS
```
../obs-studio-devel-action/scripts/macos-download.sh -a x86_64 -o 28 -d /tmp/obs-deps-28-x86_64
```