Changes between Initial Version and Version 1 of Ticket #61482, comment 14


Ignore:
Timestamp:
Nov 22, 2020, 5:40:09 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61482, comment 14

    initial v1  
    33There's just one caveat with Ken's portfile: Mame is installed to /opt/local/libexec/mame, necessitating that users add that directory to their path. Whereas ideally, the main Mame executable would be placed in /opt/local/bin, while the resources would be located somewhere like /opt/local/share/mame.
    44
    5 I believe that might be doable with a default Mame config file. There's also a makefile flag that needs to be set, to specify where that would be read from.
     5I believe that might be doable with a Mame config file we provide. There's also a makefile flag that needs to be set, to specify where that would be read from.
    66
    77I'll spend a few minutes on that today, and report back.