- Checkout git repository:
$ git clone https://code.google.com/p/dolphin-emu/
- Select specific version:
$ git checkout 3.0
- Prepare Makefiles:
$ cmake .
- Make binaries:
$ make
- Install dolphin:
$ make install
or
$ checkinstall
Now find some game and enjoy!
Sources: Dolphin GoogleCode page
Advertisements