diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 8a370be..4ffcfe4 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -7,11 +7,9 @@ Dolphin runs on 64-bit Linux distributions. These instructions explain how to bu ## Step 1 – Install the Correct Dependencies --- -**Debian-based distributions (Ubuntu, Linux Mint, etc.)** -`sudo apt-get install cmake git g++ libwxbase3.0-dev libwxgtk3.0-dev libgtk2.0-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev` - -**Other Linux versions** +**Downloading build dependencies** See the [build dependencies](#build-dependencies) below for a list of packages you will need to install. +On Debian-based distributions, you can use `apt-get` to install them. **Installing SDL**