FreeALUT is a Free implementation of OpenAL's ALUT standard. It's forked from the open-sourced version available originally from the Git repository at github.com. See the file AUTHORS for the people involved.
FreeALUT is a Free implementation of OpenAL's ALUT standard. It's forked from the open-sourced version available originally from the Git repository at github.com. See the file AUTHORS for the people involved.
To install freealut, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install freealut
To see what files were installed by freealut, run:
port contents freealut
To later upgrade freealut, run:
sudo port selfupdate && sudo port upgrade freealut
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.