[mednaffe] 39/99: Update 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 bec27dcc3ac6074aa2cfd0c0e2c48befa0d9732d
Author: AmatCoder <AmatCoder at users.noreply.github.com>
Date:   Thu Mar 12 23:36:37 2015 +0000

    Update README
---
 README | 31 ++-----------------------------
 1 file changed, 2 insertions(+), 29 deletions(-)

diff --git a/README b/README
index 82ecb28..2d2e64f 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
 		   README for Mednaffe
 
 Mednaffe is a front-end (GUI) for mednafen emulator.
-For now Mednaffe only works with 0.9.3x-WIP versions of 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 here, e.g.:
+Run the 'configure' script, e.g.:
 
     ./configure 
 
@@ -25,30 +25,3 @@ 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)
-
-
-		BUILDING MEDNAFFE ON WINDOWS
-
-	Dependencies
-
-To build mednaffe on Windows you need MinGW. You can download this installer: mingw-get-inst-20120426.exe.
-
-Also you need GTK+ development files for Windows. You want this: gtk+-bundle_2.24.10-20120208_win32.zip.
-
-Install MinGW in C:\MinGW\ and decompress GTK+ files in C:\gtk\ . Also decompress mednaffe sources in C:\mednaffe\
-
-	Compiling
-
-Then you can follow these steps:
-
-1) Open a Command Prompt window (cmd.exe)
-
-2) Type (or copy&paste):
-
-    cd C:\mednaffe\src\ 
-
-3) Type (or copy&paste):
-
-    C:\MinGW\bin\gcc -O2 -std=c99 -Wall -DGTK2_ENABLED -mwindows -mms-bitfields -o mednaffe mednaffe.c active.c command.c gui.c prefs.c list.c toggles.c about.c -IC:/gtk/include/gtk-2.0 -IC:/gtk/lib/gtk-2.0/include -IC:/gtk/include/atk-1.0 -IC:/gtk/include/cairo -IC:/gtk/include/gdk-pixbuf-2.0 -IC:/gtk/include/pango-1.0 -IC:/gtk/include/glib-2.0 -IC:/gtk/lib/glib-2.0/include -IC:/gtk/include -IC:/gtk/include/freetype2 -IC:/gtk/include/libpng14 -LC:/gtk/lib -lgtk-win32-2.0 -lgdk-win32-2.0 [...]
-
-4) If all goes well Mendaffe executable will be in C:\mednaffe\src\ . 

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