SFML community forums

Help => Audio => Topic started by: jaredcaruso on May 20, 2016, 08:50:10 pm

Title: How to link audio if you build yourself?
Post by: jaredcaruso on May 20, 2016, 08:50:10 pm
I built SFML with cmake and it works fine. However, I can't find OpenAL32.dll anywhere. Did I do something wrong?
Title: AW: How to link audio if you build yourself?
Post by: eXpl0it3r on May 20, 2016, 09:19:55 pm
When you make the install target/project, it will automatically install the correct openal32.dll.
If you don't want that for whatever reason, you can find the DLL in the extlibs directory. Just make sure to pick the right one. ;)
Title: Re: How to link audio if you build yourself?
Post by: jaredcaruso on May 20, 2016, 10:21:05 pm
I figured it out. I just didn't have the sfml-audio-d included