i am interested in installing the cabal package turing-music but i can't find the ALUT library on macports needed for the haskell binding to ALUT (http://hackage.haskell.org/package/ALUT).
Where can i find开发者_如何学Go ALUT development libraries on OSX 10.6.3 so that compile the cabal package ALUT.
ALUT is not part of the OpenAL standard, so it is not included with OpenAL. Download the freealut source code and build it from source. If you want, create a Portfile and submit it to the Macports project.
精彩评论