forked from AmatCoder/mednaffe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (19 loc) · 724 Bytes
/
README
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
31
32
33
34
35
36
## 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+2 (or GTK+3).
* GPLv3 licensed.
*Note: Mednaffe only works with 0.9.41 or higher versions of mednafen emulator.*
## Building mednaffe on Linux
To build mednaffe you need GTK+2 (2.24 or above) or GTK+3 (3.4 or above) development libraries.
* Run the "configure" script here, e.g.:
``./configure``
If you want to build gtk3 version:
``./configure --enable-gtk3``
* 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.*