8000 GitHub - iWeaker/RMG: Rosalie's Mupen GUI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iWeaker/RMG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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

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 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.

About

Rosalie's Mupen GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.6%
  • C 18.7%
  • CMake 2.0%
  • Other 1.7%
0