[mednaffe] 40/99: Create a markdown-formatted readme

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:04 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 5557e10bcc6c6734242ee01ace17b1b2ec861cf7
Author: AmatCoder <amatcoder at gmail.com>
Date:   Sun Mar 15 18:32:59 2015 +0000

    Create a markdown-formatted readme
---
 README    | 27 ---------------------------
 README.md | 31 +++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index 2d2e64f..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-		   README for Mednaffe
-
-Mednaffe is a front-end (GUI) for mednafen emulator.
-Mednaffe only works with 0.9.3x versions of mednafen emulator.
-
-
-		BUILDING MEDNAFFE ON LINUX
-
-To build mednaffe you need gtk2 (2.18 or higher) or gtk3 (3.4 or higher) development libraries.
-
-Run the 'configure' script, 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)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..915426d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+### Description
+
+Mednaffe is a front-end (GUI) for [mednafen emulator](http://mednafen.sourceforge.net "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).
+
+*Note: Mednaffe only works with 0.9.3x versions of mednafen emulator.*
+
+### Downloads - Version 0.6
+ * [Sources](https://sites.google.com/site/amatcoder/mednaffe/downloads/mednaffe-0.6.tar.gz?attredirects=0&d=1 "mednaffe-0.6.tar.gz").
+   Build instructions for Linux [here](https://github.com/AmatCoder/mednaffe/blob/wiki/Building.md "Building on Linux").
+
+ * [Windows binary](https://sites.google.com/site/amatcoder/mednaffe/downloads/mednaffe-0.6.zip?attredirects=0&d=1 "mednaffe-0.6.zip").
+   *You need the GTK+ runtime for Windows. You can get it [here](http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.24.10-2012-10-10-ash.exe?download "gtk2-runtime-2.24.10-2012-10-10-ash.exe").* 
+
+You can see the changelog [here](https://github.com/AmatCoder/mednaffe/blob/master/ChangeLog "ChangeLog").
+
+### Screenshots
+
+###### Linux/GTK+2
+
+![Mednaffe on Linux/GTK+2](https://github.com/AmatCoder/mednaffe/blob/wiki/screenshot_0830121713.png "Mednaffe on Linux/GTK+2")
+
+###### Windows
+
+![Mednaffe on Windows 7](https://github.com/AmatCoder/mednaffe/blob/wiki/screen_29_8_2013.png "Mednaffe on Windows 7")
+

-- 
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