Gearboy跨平臺(tái)的 Game Boy 模擬器
Gearboy 是用 C++ 編寫的跨平臺(tái) Game Boy / Game Boy Color 模擬器,可在 Windows、macOS、Linux、BSD、iOS、Raspberry Pi 和 RetroArch 上運(yùn)行。
下載
- Windows : Gearboy-3.4.0-Windows.zip
- 注意:可能需要安裝 Microsoft Visual C++ Redistributable
- macOS:
brew install --cask gearboy- 或者手動(dòng)安裝:Gearboy-3.4.0-macOS.zip
- Linux : Gearboy-3.4.0-Linux.tar.xz
- 注意:可能需要安裝
libsdl2并libglew
- 注意:可能需要安裝
- RetroArch:Libretro Core 文檔。
構(gòu)建說明
Windows
- 安裝 Microsoft Visual Studio Community 2019 或更高版本。
- 打開 Gearboy Visual Studio 解決方案
platforms/windows/Gearboy.sln并構(gòu)建。 - 您可能希望使用
platforms/windows/Makefile來使用 MinGW 構(gòu)建應(yīng)用程序。
macOS
- 安裝 Xcode 并
xcode-select --install在終端中運(yùn)行,以便編譯器在命令行上可用。 - 運(yùn)行以下命令以生成 Mac應(yīng)用程序包:
brew install sdl2
cd platforms/macos
make dist
Linux
- Ubuntu / Debian:
sudo apt-get install build-essential libsdl2-dev libglew-dev
cd platforms/linux
make
- Fedora:
sudo dnf install @development-tools gcc-c++ SDL2-devel glew-devel
cd platforms/linux
make
BSD
- NetBSD:
su root -c " pkgin install gmake pkgconf SDL2 glew "
cd platforms/bsd
gmake
iOS
- 為 macOS 安裝最新的 Xcode。
- 構(gòu)建項(xiàng)目
platforms/ios/Gearboy.xcodeproj。 - 使用您的 iOS 開發(fā)人員證書在真實(shí)硬件上運(yùn)行它。確保它基于Release構(gòu)建以獲得更好的性能。
評(píng)論
圖片
表情
