mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
a2b094131e8195c6c92f65fdcd4baecbd5fb16ad
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
NOTE: installation is not supported on linux at the moment, only running it portable will work
# for debian based distros
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
# for arch based distros
sudo pacman -S base-devel git hidapi libsamplerate minizip sdl2 freetype2 pkg-config zlib qt5 nasm
# building
./Source/Script/Build.sh Release
When it's done building, executables can be found in Bin/Release
Windows
- Download & Install MSYS2
sudo pacman -S make mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc mingw-w64-x86_64-hidapi mingw-w64-x86_64-freetype mingw-w64-x86_64-libpng mingw-w64-x86_64-SDL2 mingw-w64-x86_64-jasper mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-hidapi mingw-w64-x86_64-libsamplerate mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-pyopenssl mingw-w64-x86_64-nasm git
./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.
Languages
C++
92.1%
C
5.5%
CMake
1.4%
Shell
0.8%
Inno Setup
0.2%