link: mamedev.org
changelog: changes_0142
You know that mame sources can be compiled under linux (it uses SDL so it's portable), here I show you how to accomplish this:
Download latest stable build from mamedev.org;
CD to mame sources directory with your terminal.
*optional* If you're looking for unstable updates read this
Now you must download and install these packages and their dependencies with apt-get on ubuntu (you can find equivalents for your distribution in your package manager too, I think).
sudo apt-get install libgconf2-dev libsdl1.2-dev libsdl-ttf2.0-devI suppose you already have all tools needed for compiling (gcc, make and so on). If you don't, please download them!
now you can type make and, if there are no errors, you can wait until it finishes.
Your mame executable will be created in mame sources directory.
If you want all mame tools you must type make all .
Roberto.
No comments:
Post a Comment
I commenti saranno pubblicati dopo l'approvazione da parte dell'admin.