Game Emulator
Table of Contents
Dolphin - A GameCube and Wii Emulator
#Install the stable version: sudo apt-add-repository ppa:dolphin-emu/ppa sudo apt update sudo apt install dolphin-emu #Or to install the development version: sudo apt-add-repository ppa:dolphin-emu/ppa sudo apt update sudo apt install dolphin-emu-master
或下载.deb https://launchpad.net/~dolphin-emu/+archive/ubuntu/ppa/+packages
NOTICE: 14.04 LTS users will need an updated libstdc++6 (>=4.9) to run dolphin-emu or dolphin-emu-master, so install this PPA first:
sudo apt-add-repository ppa:ubuntu-toolchain-r/test sudo apt update
从源码编译安装
$ git clone https://github.com/dolphin-emu/dolphin $ sudo apt-get install build-essential cmake $ cd dolphin $ mkdir Build $ cd Build $ cmake .. $ make $ sudo make install