refactor(sonar): migrate worker threads to std::jthread (#5398)
This commit is contained in:
@@ -28,6 +28,7 @@ pkg install -y \
|
||||
devel/git \
|
||||
devel/libevdev \
|
||||
devel/libnotify \
|
||||
devel/llvm19 \
|
||||
devel/ninja \
|
||||
devel/pkgconf \
|
||||
devel/qt6-base \
|
||||
@@ -48,6 +49,13 @@ pkg install -y \
|
||||
x11/libXtst
|
||||
```
|
||||
|
||||
Use LLVM 19 when configuring a local FreeBSD build:
|
||||
|
||||
```sh
|
||||
export CC=clang19
|
||||
export CXX=clang++19
|
||||
```
|
||||
|
||||
#### Linux
|
||||
Dependencies vary depending on the distribution. You can reference our
|
||||
[linux_build.sh](https://github.com/LizardByte/Sunshine/blob/master/scripts/linux_build.sh) script for a list of
|
||||
|
||||
Reference in New Issue
Block a user