[mednaffe] 59/99: Add README Needed by 'make'

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit b3193aca0577183e11806f858e575a50f56dbcbc
Author: AmatCoder <amatcoder at gmail.com>
Date:   Sat May 2 13:13:18 2015 +0200

    Add README
    Needed by 'make'
---
 README | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..09b0b01
--- /dev/null
+++ b/README
@@ -0,0 +1,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.36 or higher versions of mednafen emulator.*
+
+
+## Building mednaffe on Linux
+
+To build mednaffe you need GTK+2 (2.18 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. Mednafen emulator must be in PATH*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list