Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
(→‎Ubuntu: Removed 11.10, it's dead.)
Line 6: Line 6:
===Ubuntu===
===Ubuntu===


====14.10 and newer====
==== From 12.04 to 14.04 ====
''Follow this step for Ubuntu 12.04 (LTS), 12.10, 13.04, 13.10 or 14.04 (LTS).''<br>
Install all necessary packages by running the following command:
Install all necessary packages by running the following command:


<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libwxgtk3.0-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libusb-1.0-0-dev</code>
<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libusb-1.0-0-dev</code>


====From 12.04 to 14.04 ====
==== 14.10 and newer ====
''Follow this for Ubuntu 12.04 (LTS), 12.10, 13.04, 13.10 or 14.04 (LTS).''<br>
''Follow this step for Ubuntu 14.10 and future versions."<br>
Install all necessary packages by running the following command:
Install all necessary packages by running the following command:


<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libusb-1.0-0-dev</code>
<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libwxgtk3.0-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libusb-1.0-0-dev</code>
 
====11.10====
If you are still using such an old release, consider upgrading.
Run the following to install the dependencies:
 
<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline5-dev libavcodec-dev libavformat-dev libswscale-dev</code>


===Other Linux Distributions===
===Other Linux Distributions===