Compiling Dolphin
First install the build dependencies with apt-get build-dep
.
If you haven’t already, install git.
Download the repo.
Create a build directory, then run cmake
then make
. After it finishes compiling, make the dolphin binary executable.
You can test if everything went well by running:
If it ran okay you can copy the binary to /usr/local/bin.
Update: I made a video walkthrough for compiling dolphin.