-
Notifications
You must be signed in to change notification settings - Fork 53
Supported Platforms and Devices
Christian Franzl edited this page Feb 11, 2025
·
4 revisions
I typically test StreamDeckSharp on Windows and Linux (Debian, Ubuntu).
"But", because everything targets netstandard20
there is a very good chance that you will get it to run on probably many other platforms that can run .net core too. If you can't get it to work on a platform that technically should support .NET (core) feel free to open an issue and describe your problem. Maybe someone (or myself) can still help you.
Even though I personally don't own a Mac according to community report it should work out of the box without changes:
- by @jhimes144 in issue #61
@g3rv4 was able to make it run on macOS by installing runtime.osx.10.10-x64.CoreCompat.System.Drawing from NuGet - (Source) and @Suplanus added libgdiplus packaging to make it work. (Source)