Change arch gaming build to use flatpak sunshine for package dep purposes
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 39m33s

This commit is contained in:
2025-02-22 13:46:42 -05:00
parent 3a8dc44bbd
commit 7472dce736

View File

@@ -177,13 +177,16 @@ network streaming to any device that can run moonlight.
### Install Sunshine
<https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/setup.html#install>
The flatpak seems to work well. The arch package keeps breaking due to
deps. See boost-libs and then libicuuc.so.76.
I used the Archlinux pkg. Follow the instructions (including the autostart instructions).
<https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html#install-system-level>
```bash
wget https://github.com/LizardByte/Sunshine/releases/latest/download/sunshine.pkg.tar.zst
pacman -U --noconfirm sunshine.pkg.tar.zst
flatpak install --system flathub dev.lizardbyte.app.Sunshine
sudo -i
flatpak run --command=additional-install.sh dev.lizardbyte.app.Sunshine
systemctl enable --now sunshine
```
#### Ports