mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Add a BUILDING section to the documentation section.
This commit is contained in:
@@ -77,6 +77,10 @@ Playback Example
|
||||
mal_device_uninit(&device); // This will stop the device so no need to do that manually.
|
||||
|
||||
|
||||
BUILDING
|
||||
========
|
||||
mini_al should Just Work by adding it to your project's source tree. You do not need to download or install
|
||||
any dependencies. See below for platform-specific details.
|
||||
|
||||
If you want to disable a specific backend, #define the appropriate MAL_NO_* option before the implementation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user