From f39f77661bf1d4a2adb5bdd7949600893c2308fa Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:20:43 -0400 Subject: [PATCH] Add build instructions for Fedora. --- docs/BUILDING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 127bf9b..842d875 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -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.