Add build instructions
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
Some checks are pending
Build Windows DLL / Build for Windows (push) Waiting to run
This commit is contained in:
parent
c5b35d8ec8
commit
eca52a289d
1 changed files with 30 additions and 0 deletions
30
PUSH-TO-GITHUB.md
Normal file
30
PUSH-TO-GITHUB.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Build Instructions
|
||||
|
||||
## Option 1: GitHub Actions (Easiest — No Setup Required)
|
||||
|
||||
1. Create a GitHub account if you don't have one
|
||||
2. Create a new repo called `vulcast-vertical` (public is fine)
|
||||
3. Push this code to GitHub:
|
||||
|
||||
```bash
|
||||
git remote add github https://github.com/YOUR_USERNAME/vulcast-vertical.git
|
||||
git push -u github main
|
||||
```
|
||||
|
||||
4. Go to the repo → **Actions** tab → Click "Build Windows DLL" → **Run workflow**
|
||||
5. Wait ~5 minutes for the build to finish
|
||||
6. Click the workflow run → **Artifacts** section → Download `vulcast-vertical-windows-x64`
|
||||
7. Extract the zip — the `vulcast-vertical.dll` is inside
|
||||
|
||||
## Option 2: Local Build (Requires Visual Studio 2022)
|
||||
|
||||
See BUILD-WINDOWS.md for local build instructions.
|
||||
|
||||
## Installing the Plugin
|
||||
|
||||
1. Copy `vulcast-vertical.dll` to:
|
||||
```
|
||||
C:\Program Files\obs-studio\obs-plugins\64bit\
|
||||
```
|
||||
2. Restart OBS Studio
|
||||
3. A "Vulcast Vertical" dock panel will appear automatically
|
||||
Loading…
Reference in a new issue