Monitoring Utility Library alure on your Mac
Package Information:
Name: alure
Use: ALURE is a utility library to help manage common tasks with OpenAL applications.
ALURE is a utility library to help manage common tasks with OpenAL applications. This includes device enumeration and initialization, file loading, and streaming. As of version 1.1, it is X11/MIT licensed, allowing it to be used in open- and closed-source programs, freeware or commercial.
URL: http://kcat.strangesoft.net/alure.html
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Copy and run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install alure using brew
brew install alure
alure is ready to use now!