Building Dolphin on Linux: Difference between revisions

Line 10: Line 10:
You need to install a g++ version with C++0x/C++11 support, so install this PPA first:
You need to install a g++ version with C++0x/C++11 support, so install this PPA first:


<code>sudo add-apt-repository ppa:dolphin-emu/gcc-4.8-precise</code>
<code>sudo add-apt-repository ppa:dolphin-emu/gcc-4.8-precise
<code>sudo apt-get update</code>
 
sudo apt-get update</code>


This PPA will update libstdc++6 package too, which is an important component from the system, so be careful and use at your own risk.
This PPA will update libstdc++6 package too, which is an important component from the system, so be careful and use at your own risk.
Line 17: Line 18:
Cmake needs to be updated too:
Cmake needs to be updated too:


<code>sudo add-apt-repository ppa:kalakris/cmake</code>
<code>sudo add-apt-repository ppa:kalakris/cmake
<code>sudo apt-get update</code>
 
sudo apt-get update</code>


Now, install all necessary packages by running the following command:
Now, install all necessary packages by running the following command:
Anonymous user