A new generation, open-source graphics plugin for N64 emulators.
Go to file
Blake Warner a50281d820 tweaked linux build 2022-05-02 09:38:40 -04:00
.github/workflows ci: use ncipollo/release-action 2021-09-26 17:41:34 +07:00
ini Disable color buffer copy for JFG in custom settings. 2022-02-20 11:16:49 +07:00
licenses Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
projects Merge branch 'master' of https://github.com/gonetz/GLideN64 2022-03-14 00:45:28 -05:00
src Linux GLideN64 compilation fixes (#16) 2022-05-02 08:27:09 -04:00
translations Update Br translation 2021-06-05 23:06:35 +07:00
.gitignore Add some CMake directories to the .gitignore 2020-10-29 16:57:02 +07:00
LICENSE LICENCE is spelled LICENSE 2016-08-27 10:58:30 -07:00
README.md tweaked linux build 2022-05-02 09:38:40 -04:00
meson.build Linux GLideN64 compilation fixes (#16) 2022-05-02 08:27:09 -04:00
meson_options.txt Linux GLideN64 compilation fixes (#16) 2022-05-02 08:27:09 -04:00
x86-linux-gnu tweaked linux build 2022-05-02 09:38:40 -04:00

README.md

Compile Linux

Debian/Ubuntu

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install gcc-multilib g++-multilib
sudo apt install libsdl2-dev
sudo apt install libsdl2-dev:i386
sudo apt install libpng-dev
sudo apt install libfreetype6-dev
sudo apt install libfreetype6-dev:i386
sudo apt install python3
sudo apt install python3-pip
sudo apt install meson

setup.py -b EUR_MQD
meson setup linux --cross-file x86-linux-gnu
cd linux
ninja

GLideN64Github Badge

A next generation Graphics Plugin for N64 emulators.


Continuous Integration

CI builds have the latestfeatures/fixes, are generally
stable, but may introduce bugs and have incomplete translations.


To obtain CI builds for themupen64plus&
zilmar-specemulators do the following :

With Github

Download them from the latest Workflow.

Without Github

Download them from the latest Release.


Version

Choose between 32-bit/64-bit
according to your emulator version.

Earlier Builds

For earlier builds you will have to log in and
download them from an older
Workflow.