From 619fea9282a5821d90501fbdfc4f25f527f363ef Mon Sep 17 00:00:00 2001 From: archshift Date: Thu, 28 Aug 2014 22:04:25 -0700 Subject: [PATCH] Removed duplicate dependencies, instead directing users to see the list below. --- Building-for-Linux.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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**