Mame

From Bitpost wiki
Revision as of 21:02, 9 August 2020 by M (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Install mame and requirements on Ubuntu client (err, i think only mame is needed, the rest are if you want to build from source... maybe we do?):
sudo apt-get install mame git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default
  • Create config if needed:
which mame
cd /spiceflow/bitpost/softraid/software/games/mame && mame -createconfig
mame -createconfig
  • Point ubuntu roms folder to roms.
💼 m@case  [/usr/share/games/mame] sudo rmdir roms && sudo ln -s /spiceflow/bitpost/softraid/software/games/mame/roms .