Help Compiling M.A.M.E

General Chit-Chat about MAME and other emulators.
Post Reply
eljose79
Posts: 112
Joined: Mon Sep 24, 2001 1:00 am
Location: Spain

Help Compiling M.A.M.E

Post by eljose79 »

Hello i need help to compile mame.. i have downloaded the files of Mingw and mame 0.61 source code and Mame 32 (versioon 0.61) source code.. but i still have problems with editing the. bat file and compiling with make.exe (where can you download this program?) i tried posting messages in mame compiling forum but was useless i could not post because some problems with login in...
Tourniquet
Posts: 163
Joined: Wed Sep 19, 2001 1:00 am
Location: UK
Contact:

Post by Tourniquet »

There are plenty of good compiling guides, but it's quite simple really.
Unzip mingw_for_mame.zip somewhere useful i.e C:\Mingw.
Make.exe and the compiler executables should now be in C:\Mingw\bin.

Try building plain old MAME to start with.
Unzip the source somewhere, some people use C:\Mingw\MAME.

Open a CLI prompt.
Type "cd \Mingw\MAME" or wherever you put the source.
Type "path c:\mingw\bin;%path%" to add the bin dir to your path.

Type "make" and it should start building MAME based on the contents of "makefile".
eljose79
Posts: 112
Joined: Mon Sep 24, 2001 1:00 am
Location: Spain

thanks for the help but i still have some doubts

Post by eljose79 »

I have downloaded Mingw and mame 0.61 source code..do i need any mor things to compile mame32?..(i have the mame32 0.61 version too)
How i could activate games in sourcecode to make them playable by mame?..thanks..
When you say type in prompt you mean ms-dos dont you...so i must write literally what you put in "" thanks
D-Zine
Posts: 1
Joined: Sat Oct 26, 2002 4:53 pm
Location: London - UK
Contact:

Post by D-Zine »

Sounds like your using XP if so create your own batch file in the mame src code to set your paths and compile the code,
No need to alter any of the operating system paths then.

D!
Post Reply