libHSPlasma is a library for reading files used by the Plasma game engine (created by Headspin, acquired by Cyan Worlds), such as those in the games Myst V: End of Ages and Myst Online: URU Live
libHSPlasma is a library for reading files used by the Plasma game engine (created by Headspin, acquired by Cyan Worlds), such as those in the games Myst V: End of Ages and Myst Online: URU Live
To install libhsplasma, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libhsplasma
To see what files were installed by libhsplasma, run:
port contents libhsplasma
To later upgrade libhsplasma, run:
sudo port selfupdate && sudo port upgrade libhsplasma
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.