Or just compile dolphin on your own. It's basicly a combo of: git clone, cmake ., make, sudo make install
Maybe you need to install some development packages, but cmake will cry if library X is not installed, so you'll also need: sudo apt-get install X-dev
Maybe you need to install some development packages, but cmake will cry if library X is not installed, so you'll also need: sudo apt-get install X-dev
