Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Remove duplicate apt dependency #1340

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions docs/Linux Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,19 @@ available during runtime.
The full command is as follows:

sudo apt update
sudo apt install libasound2-dev libjack-jackd2-dev \
ladspa-sdk \
sudo apt install ladspa-sdk \
libasound2-dev \
libcurl4-openssl-dev \
libfreetype-dev libfontconfig1-dev \
libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \
libfontconfig1-dev \
libfreetype-dev \
libglu1-mesa-dev \
libjack-jackd2-dev \
libwebkit2gtk-4.1-dev \
libglu1-mesa-dev mesa-common-dev
libx11-dev \
libxcomposite-dev \
libxcursor-dev \
libxext-dev \
libxinerama-dev \
libxrandr-dev \
libxrender-dev \
mesa-common-dev