obs-screenshot-plugin
obs-screenshot-plugin copied to clipboard
Running on Linux
The prebuilt binaries on the release page are Windows-only. How can I get it running on Linux?
The HTTP PUT depends on windows, but this could easily be ifdef'd out. It also uses windows threads, so this would need to be ported to e.g. pthreads.
If anyone wants to get this compiling on linux I'd be happy to add it to the releases
Looks like https://github.com/norihiro/obs-screenshot-plugin has this - could be nice to get the two merged back to one...