From 64509274564cb7ce3659ac02cdadf4d6b32a82b4 Mon Sep 17 00:00:00 2001 From: Paul Gration Date: Sun, 28 Jan 2024 00:53:38 +0000 Subject: [PATCH] List sorted apt dependencies on separate lines --- docs/Linux Dependencies.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/Linux Dependencies.md b/docs/Linux Dependencies.md index d9071907545..b90929d94f1 100644 --- a/docs/Linux Dependencies.md +++ b/docs/Linux Dependencies.md @@ -53,10 +53,17 @@ or The full command is as follows: sudo apt update - sudo apt install libasound2-dev libjack-jackd2-dev \ - ladspa-sdk \ - libcurl4-openssl-dev \ + sudo apt install ladspa-sdk \ + libcurl4-openssl-dev \ libfreetype6-dev \ - libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \ + libglu1-mesa-dev \ + libjack-jackd2-dev \ libwebkit2gtk-4.0-dev \ - libglu1-mesa-dev mesa-common-dev + libx11-dev \ + libxcomposite-dev \ + libxcursor-dev \ + libxext-dev \ + libxinerama-dev \ + libxrandr-dev \ + libxrender-dev \ + mesa-common-dev