libsidplayfp is a C64 music player library which integrates the reSID SID chip emulation into a cycle-based emulator environment, constantly aiming to improve emulation of the C64 system and the SID chips.
libsidplayfp is a C64 music player library which integrates the reSID SID chip emulation into a cycle-based emulator environment, constantly aiming to improve emulation of the C64 system and the SID chips.
To install libsidplayfp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsidplayfp
To see what files were installed by libsidplayfp, run:
port contents libsidplayfp
To later upgrade libsidplayfp, run:
sudo port selfupdate && sudo port upgrade libsidplayfp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.