File: README

package info (click to toggle)
mednaffe 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,948 kB
  • sloc: ansic: 186,869; sh: 4,455; xml: 237; makefile: 91
file content (30 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## 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.*