Add build instructions for Fedora.

This commit is contained in:
rl2939 2024-10-28 23:20:43 -04:00 committed by GitHub
parent 980deb2f31
commit f39f77661b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,6 +101,26 @@ sudo apt install cmake libdbus-1-dev libgl1-mesa-dev liblo-dev libfftw3-dev libm
sudo apt install wget
```
### Fedora
Dependencies for using system libraries, that is, with `SYSDEPS=true`:
```
# common
sudo dnf install cmake dbus file fftw mesa-libGL liblo libsndfile libX11 libXcursor libXext libXrandr python3
# system libraries
sudo dnf install libarchive libsamplerate speexdsp
```
Dependencies for vendored libraries:
```
# common
sudo dnf install cmake dbus file fftw mesa-libGL liblo libsndfile libX11 libXcursor libXext libXrandr python3
# nedeed by vendored libraries
sudo dnf install wget
```
## macOS
Installing Xcode and the "Command-Line utilities" add-on is required.