Removed duplicate dependencies, instead directing users to see the list below.

archshift 2014-08-28 22:04:25 -07:00
parent 67e9bd42c1
commit 619fea9282

@ -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**