Building Dolphin on Linux: Difference between revisions

(Fixed "Addendum A" link under "Other Linux Distributions".)
Line 71: Line 71:
== Step 2 - Get the Dolphin Repository ==
== Step 2 - Get the Dolphin Repository ==
Install git if it's not already installed:
Install git if it's not already installed:
*for apt-based distros (eg Ubuntu, Debian, Linux Mint): <code>sudo apt-get install git</code>
*for apt-based distros (eg Ubuntu, Debian, Linux Mint): <code>sudo apt install git</code>
*for rpm-based distros (eg Red Hat, Fedora): <code>sudo yum install git</code>
*for rpm-based distros (eg Red Hat, Fedora): <code>su -c 'dnf install git'</code>
*for openSUSE: <code>sudo zypper in git</code>
*for openSUSE: <code>sudo zypper in git</code>
*for pacman-based distros (eg Arch Linux): <code>sudo pacman -S git</code>
*for pacman-based distros (eg Arch Linux): <code>sudo pacman -S git</code>