Mame: Difference between revisions
(Created page with "* Install mame and requirements: sudo apt-get install mame git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev qt5-default") |
No edit summary |
||
Line 1: | Line 1: | ||
* Install mame and requirements: | * 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 | 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 . |
Latest revision as of 21:02, 9 August 2020
- 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 .