2022-12-13 16:11:32 +01:00
2022-12-08 14:57:49 +01:00
2022-12-08 15:41:11 +01:00
2021-07-27 23:08:37 +02:00
2022-12-13 15:25:25 +01:00
2020-09-18 12:08:14 +02:00

Rosalie's Mupen GUI

Rosalie's Mupen GUI is a free and open-source mupen64plus GUI written in C++.

It offers a simple-to-use user interface.

System Requirements

  • Operating System
    • Windows Or Linux
  • CPU
    • Intel or AMD processor with SSE2 support
  • RAM
    • 512MB or more
  • Graphics card
    • OpenGL 3.3 capable

Building

Linux

  • Portable Debian/Ubuntu

    sudo apt-get -y install cmake libhidapi-dev libsamplerate0-dev libminizip-dev libsdl2-dev libfreetype6-dev libgl1-mesa-dev libglu1-mesa-dev pkg-config zlib1g-dev binutils-dev libspeexdsp-dev qt5-default build-essential nasm git zip
    ./Source/Script/Build.sh Release
    
  • Portable Fedora

    sudo dnf install hidapi-devel libsamplerate-devel minizip-compat-devel SDL2-devel freetype-devel mesa-libGL-devel mesa-libGLU-devel zlib-ng-devel binutils-devel speexdsp-devel qt5-qtbase-devel qt5-qtsvg-devel gcc-c++ nasm git
    ./Source/Script/Build.sh Release 
    

When it's done building, executables can be found in Bin/Release

  • Installation/Packaging
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE="Release" -DPORTABLE_INSTALL="OFF" -G "Unix Makefiles"
make install

Windows

  • Download & Install MSYS2
sudo pacman -S git make mingw-w64-x86_64-cmake mingw-w64-x86_64-freetype mingw-w64-x86_64-gcc mingw-w64-x86_64-hidapi mingw-w64-x86_64-jasper mingw-w64-x86_64-libpng mingw-w64-x86_64-libsamplerate mingw-w64-x86_64-nasm mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-pyopenssl mingw-w64-x86_64-qt5 mingw-w64-x86_64-rust mingw-w64-x86_64-SDL2
./Source/Script/Build.sh Release

When it's done building, executables can be found in Bin/Release

Support

Join the Rosalie's Mupen GUI Discord Server for support

License

Rosalie's Mupen GUI is licensed under the GNU General Public License v3.0.

S
Description
Rosalie's Mupen GUI
Readme GPL-3.0 196 MiB
Languages
C++ 92.1%
C 5.5%
CMake 1.4%
Shell 0.8%
Inno Setup 0.2%