Building Dolphin on Linux: Difference between revisions

Line 6: Line 6:
===Ubuntu===
===Ubuntu===


==== From 12.04 to 13.10 ====
==== 12.04 ====
''Follow this step for Ubuntu 12.04 (LTS), 12.10, 13.04 or 13.10.''<br>
''Follow this step for Ubuntu 12.04 (LTS).''<br>
Install all necessary packages by running the following command:
You need to install a g++ version with C++0x/C++11 support, so install this PPA first:


<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 add-apt-repository ppa:dolphin-emu/gcc-4.8-precise
sudo apt-get update</code>
 
This PPA will update libstdc++6 package too, which is a important component from the system, so be careful and use at your own risk.
 
Now, install all necessary packages by running the following command:
 
<code>sudo apt-get install cmake git gcc-4.8 g++-4.8 pkg-config libao-dev libasound2-dev libbluetooth-dev libgl1-mesa-dev libgtk2.0-dev liblzo2-dev libopenal-dev libpulse-dev libreadline6-dev libsdl1.2-dev libsoil-dev libsoundtouch-dev libusb-1.0-0-dev libxext-dev libxrandr-dev zlib1g-dev</code>


==== 14.04 ====
==== 14.04 ====
Anonymous user