Building Dolphin on Linux: Difference between revisions

Line 14: Line 14:


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.
Cmake needs to be updated too:
<code>sudo add-apt-repository ppa:kalakris/cmake
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