Install freealut on mac os x

Alec Jacobson

December 03, 2013

weblog/

Download freealut and travel to that directory.

Then issue:

CPPFLAGS="-framework OpenAL"
LDFLAGS="-framework OpenAL"
export CPPFLAGS LDFLAGS
./configure
make
sudo make install