From f8fc920fecb45de76044c9d933a86705feff380e Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:54:03 -0400 Subject: [PATCH] Removed instructions for system libraries. --- docs/BUILDING.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index ef5915f..fc9b256 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -103,15 +103,6 @@ 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: ```