我已经直接从 ubuntu 商店安装了 Mupen64Plus-Qt 和 M64Py。
对于 m64Py,它说未找到 Mupen Plus 64 的库,我不知道在哪里可以找到库文件。
我找到了这个,但我不知道如何下载 https://github.com/mupen64plus/mupen64plus-core
***/usr/local/bin/mupen64plus --nosaveoptions --datadir /usr/local/share/mupen64plus --plugindir /usr/local/lib/mupen64plus --noosd --windowed "/home/ahmad/Downloads/emus/Legend of Zelda, The - Ocarina of Time (U) (V1.2) [!].z64"
http://code.google.com/p/mupen64plus/
Mupen64Plus Console User-Interface Version 1.99.1
UI-console: attached to core library 'Mupen64Plus Core' version 2.5.0
Includes support for Dynamic Recompiler.
Includes support for MIPS r4300 Debugger.
Core Error: CoreStartup(): Front-end (API version 1.0.0) is incompatible with this core (API 2.1.1)
UI-console: error starting Mupen64Plus core library.***
答案1
如果这些不适合您,loganmc10 在 GitHub 上提供了一个 zip 文件,其中包含您开始所需的内容。
安装依赖项。
sudo apt install qt5-default libqt5websockets5 libsdl2-2.0-0 libsdl2-net-2.0-0 libhidapi-hidraw0 libminizip1 p7zip-full
去:
https://github.com/loganmc10/m64p/releases
下载并解压 Linux 版本,进入创建的目录,然后运行 GUI 前端:
./mupen64plus_gui
它应该已经可以执行,但如果它没有运行:
chmod u+x mupen64plus_gui
回购: