glikely / obs-ptz

OBS Pan Tilt Zoom camera control plugin
GNU General Public License v2.0
143 stars 41 forks source link

How to build for windows? #158

Open markusd1984 opened 1 year ago

markusd1984 commented 1 year ago

Either the files have been removed/changed or missing for the windows build instructions?

Run scripts\winbuild.cmd to build the plugin Run scripts\winrun32.cmd or scripts\winrun64.cmd to run OBS either the 32bit or 64bit version of the plugin

is missing in the scripts folder, as well as scripts\winbuild-rel.cmd

I tried running windows.ps1 in PowerShell but had no success as it's looking for a "release" folder that doesn't exist. Please help / advice, many thanks!

GeNTooGeek commented 10 months ago

Possibly a little late to the game, but I found the build script in .github\scripts\Build-Windows.ps1. The script accepts parameters for choosing build configuration, target and what-not.