圣骑士
拳打南山版主 脚踢北海管理员
- 精华
- 0
- 帖子
- 4294
- 威望
- 0 点
- 积分
- 4374 点
- 种子
- 78 点
- 注册时间
- 2012-7-30
- 最后登录
- 2024-11-14
|
发表于 2019-3-7 08:17 · 江苏
来自手机
|
显示全部楼层
本帖最后由 子耗胖 于 2019-3-7 10:01 编辑
Ubuntu
These instructions will install RetroArch AND all Libretro ** (they are all in *.deb packages, so you don't need the Core Updater). If you want just a few Libretro **, search them using Synaptic or specifying them in apt-get (i.e. libretro-snes9x for example).
Stable version (RetroArch stable version):
sudo add-apt-repository ppa:libretro/stable && sudo apt-get update && sudo apt-get install retroarch* libretro-*
Testing version (RetroArch development version (Git) and there are more Libretro ** here, all them updated daily):
sudo add-apt-repository ppa:libretro/testing && sudo apt-get update && sudo apt-get install retroarch* libretro-*
Arch Linux
Stable version:
sudo pacman -Sy retroarch
Git version:
yaourt -Sy retroarch-git
Flatpak
RetroArch on Flathub:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.libretro.RetroArch
Update to the latest stable:
flatpak update --user org.libretro.RetroArch
Snap
RetroArch on Snapcraft:
sudo snap install retroarch
You may also need to run the following command to allow RetroArch to access your gamepads:
sudo snap connect retroarch:raw-usb && sudo snap connect retroarch:joystick
|
|