Merge pull request #725 from rl2939/main

Add build instructions for Fedora.
This commit is contained in:
dreamer 2024-11-01 01:03:44 +01:00 committed by GitHub
commit 0b01d0844a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ Dependencies for vendored libraries:
``` ```
# common # common
sudo pacman -S cmake dbus file fftw libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3 sudo pacman -S cmake dbus file fftw libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
# nedeed by vendored libraries # needed by vendored libraries
sudo pacman -S wget sudo pacman -S wget
``` ```
@ -97,10 +97,23 @@ Dependencies for vendored libraries:
``` ```
# common # common
sudo apt install cmake libdbus-1-dev libgl1-mesa-dev liblo-dev libfftw3-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3 sudo apt install cmake libdbus-1-dev libgl1-mesa-dev liblo-dev libfftw3-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
# nedeed by vendored libraries # needed by vendored libraries
sudo apt install wget sudo apt install wget
``` ```
### Fedora
At this time, it is only possible to build with vendored libraries.
Dependencies for vendored libraries:
```
# common
sudo dnf install cmake dbus file fftw mesa-libGL liblo libsndfile libX11 libXcursor libXext libXrandr python3
# needed by vendored libraries
sudo dnf install wget
```
## macOS ## macOS
Installing Xcode and the "Command-Line utilities" add-on is required. Installing Xcode and the "Command-Line utilities" add-on is required.