As I've been a busy boy making arcade machines for the last 2 weeks, I thought I would share the latest bleeding edge build I've been working on.
While its bleeding edge, its also fast, and small. These are two attributes I like in a cab!
Its based off of Voyage Linux (Debian based).
I'm using libretro for the emulation side, as that seems like quite a good idea, and phoenix for a front end (also part of libretro).
My build is aimed at low end machines with minimal drive space footprint.
I'm using a framebuffer for video (not a GUI), so its pretty much minimal overhead.
I'm deliberately not using MAME (yet), as the newer versions are imho pretty bloated.
I'll have a minimal VMware test version ready soonish (once it compiles 100%).
I'm not completely finished with the intructions yet, but I'm 99% done, so take a look, and give your comments.
Instructions here -
http://forum.retrosticks.com/index.php/topic,20.msg45.htmlInfo on voyage linux here:
http://linux.voyage.hk/content/getting-started-live-cd-v08xInfo on libretro here:
http://www.libretro.org/https://github.com/Themaister/RetroArch/wiki/Compilation-guide-%28Linux%29