4 To install OpenAL Soft, use your favorite shell to go into the build/
9 Assuming configuration went well, you can then build it, typically using GNU
10 Make (KDevelop, MSVC, and others are possible depending on your system setup
11 and CMake configuration).
13 Please Note: Double check that the appropriate backends were detected. Often,
14 complaints of no sound, crashing, and missing devices can be solved by making
15 sure the correct backends are being used. CMake's output will identify which
16 backends were enabled.
18 For most systems, you will likely want to make sure ALSA, OSS, and PulseAudio
19 were detected (if your target system uses them). For Windows, make sure
20 DirectSound was detected.