From 795e0fc8290faabfe05265cefe858ff96dc1baee Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 30 Dec 2018 11:52:41 +1000 Subject: [PATCH] Add a BUILDING section to the documentation section. --- mini_al.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mini_al.h b/mini_al.h index 806d718a..381a5177 100644 --- a/mini_al.h +++ b/mini_al.h @@ -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.