Commit 795e0fc8 authored by David Reid's avatar David Reid

Add a BUILDING section to the documentation section.

parent 68da610f
...@@ -77,6 +77,10 @@ Playback Example ...@@ -77,6 +77,10 @@ Playback Example
mal_device_uninit(&device); // This will stop the device so no need to do that manually. 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. If you want to disable a specific backend, #define the appropriate MAL_NO_* option before the implementation.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment