Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amatcoder/mednaffe

A front-end (GUI) for mednafen emulator
https://github.com/amatcoder/mednaffe

c cross-platform emulator-frontend gtk gui

Last synced: 6 days ago
JSON representation

A front-end (GUI) for mednafen emulator

Awesome Lists containing this project

README

        

## Mednaffe

Mednaffe is a front-end (GUI) for mednafen emulator.

Its main features are:

* It is written in C language.
* Available for Linux and Windows.
* The only dependency is GTK+3.
* GPLv3 licensed.

## Building mednaffe on Linux

To build mednaffe you need GTK+3 (3.16 or above) development libraries.

* Run the "configure" script here, e.g.:

``./configure``

* Then build with:

``make``

* To install it then do:

``make install``

*Note: You do not need to install mednaffe, it can be run from /src folder.*