Personal tools

Difference between revisions of "Mame"

From MohidWiki

Jump to: navigation, search
(New page: MAME ==Installation linux== To build sdlmame, comply with the following pre-requisites: > sudo apt-get install build-essential libsdl1.2-dev libgtk2.0-dev libxinerama-dev libgconf2-dev ...)
 
Line 4: Line 4:
 
To build sdlmame, comply with the following pre-requisites:
 
To build sdlmame, comply with the following pre-requisites:
 
  > sudo apt-get install build-essential libsdl1.2-dev libgtk2.0-dev libxinerama-dev libgconf2-dev
 
  > sudo apt-get install build-essential libsdl1.2-dev libgtk2.0-dev libxinerama-dev libgconf2-dev
Then, get the [http://goo.gl/LeBO Mame src code],
+
Then, get the [http://goo.gl/LeBO MAME src code],
 
  > unzip mame.zip
 
  > unzip mame.zip
 
  > make
 
  > make
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 22:45, 17 August 2010

MAME

Installation linux

To build sdlmame, comply with the following pre-requisites:

> sudo apt-get install build-essential libsdl1.2-dev libgtk2.0-dev libxinerama-dev libgconf2-dev

Then, get the MAME src code,

> unzip mame.zip
> make