To install OpenAL on Windows: Installer
To install OpenAL on Mac: Github
To install alut on Windows or Mac: Github Follow the cmake instructions, the VisualStudio ones seem obsolete.
Open a New Project → Win32 Console Application
Go to Project ‘Properties’ :
In your source code, you'll need
#include “al.h”
#include “alc.h”
For alut, it's best to copy alut.dll in the project directory, and
#include “alut.h”
If you like, you can start with this empty project that has all the settings and includes alut.dll