Skip to content

Commit

Permalink
List sorted apt dependencies on separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgration committed Jan 28, 2024
1 parent 11bcf66 commit 6450927
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/Linux Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6450927

Please sign in to comment.