#openAL library setup

27 messages · Page 1 of 1 (latest)

summer granite
#

i would like to setup openAL for audio in projects but i dont really know how cmake works, is there a link where i can get one library that just needs to link the lib and include files? or am i forced to use cmake/makefile?

glad chasmBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

mighty hinge
#

What makes you think that the only way to use OpenAL is by using CMake?

summer granite
#

Saw that you build using cmake and poof comes a dll and compiled includes

#

My c make is not recognised for some reason, my system will nor recognise it , I updated the envoirment variable but no fruit

mighty hinge
#

You could build it with CMake, Makefiles and a whole lot of other ways, including manually.

summer granite
#

Windows

mighty hinge
#

Oof, yeah. Windows and C programming never quite worked for me.

#

I'll let someone with more knowledge help you.

summer granite
#

Allright

orchid bridge
#

What compiler, mingw or msvc?

summer granite
orchid bridge
summer granite
orchid bridge
#

You can ship the libraries from vcpkg too

#

But doing it manually is probably useful for learning purposes, or if you dislike vcpkg for some reason

summer granite
orchid bridge
#

If you already use it, seems natural to use it for AL too

#

But also, why SDL2 instead of SDL3?

summer granite
#

i use sdl3 over sdl2

#

but i only use sdl just so i can use their version of put pixels so i dont use tc and graphics.h

#

dont really know the other reason why, input handling

#

forgot also to say i am planning on getting a mac when they release the m5 versions

#

so i need to be less windows specific

summer granite
#

!solved