mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-29 11:23:23 +00:00
docs: add FreeBSD additional requirements section
Add notes about required packages for gaming on FreeBSD: - linux-steam-utils for Steam gaming - nvidia-driver for NVIDIA GPU support Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
69751d1943
commit
4353158d60
@ -42,6 +42,21 @@ See [Docker](../DOCKER_README.md) for more information.
|
|||||||
```sh
|
```sh
|
||||||
sudo pkg install ./Sunshine-FreeBSD-14.3-{arch}.pkg
|
sudo pkg install ./Sunshine-FreeBSD-14.3-{arch}.pkg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Additional Requirements
|
||||||
|
|
||||||
|
For gaming on FreeBSD, you'll need to install additional packages:
|
||||||
|
|
||||||
|
**For Steam gaming:**
|
||||||
|
```sh
|
||||||
|
sudo pkg install linux-steam-utils
|
||||||
|
```
|
||||||
|
|
||||||
|
**For NVIDIA GPU support:**
|
||||||
|
```sh
|
||||||
|
sudo pkg install nvidia-driver
|
||||||
|
```
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
```sh
|
```sh
|
||||||
sudo pkg delete Sunshine
|
sudo pkg delete Sunshine
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user