ReenigneArcher
ReenigneArcher
> Will this change affect also the original Sunshine repo/source? No; however if everyone on this list agrees, it already encompasses all the original contributors so the change could be...
> Btw which proprietary versions are we talking about? This is the one that sparked this request: https://www.oneplay.in/ They have since published the source: https://github.com/astar10239/OPlayStreamingServer/tree/dev Someone has speculated to me...
> While I approve, we must also look into how this affects linking against GPL libraries and other compatibility issues we may encounter down the road; Looks like linking a...
You can set the destination paths yourself if you build yourself.
I will be changing the paths to `/usr/share/sunshine` based on discussion in another PR. I don't know if cpack has an option for that, but we're sticking with cpack for...
Working on updates to the paths in #330 . Will `/usr/share/sunshine/` be acceptable for RPM?
Flatpak will fail in the build. I have a fix, but am waiting until after I merge #204 and #214 .
Unable to find `curl` on linux.
We should probably add curl here... https://github.com/SunshineStream/Sunshine/blob/nightly/CMakeLists.txt#L607-L608 I usually use this to get the package names: https://pkgs.org/search/?q=libcurl
@mariotaku Can you update your branch with latest changes from `nightly`? This "should" fix the flatpak build failing. Although it won't include curl. @istori1 can probably take a look at...