From 4c8145125b78eeacfed7ad3f8ca9a00cb88e4eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 20 Oct 2013 17:23:22 +0200 Subject: [PATCH] Clarify that OpenAL is needed by default. --- doc/building.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/building.dox b/doc/building.dox index 9b94da38f..c7993bde8 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -39,6 +39,8 @@ Minimal set of tools and libraries required for building is: - **Corrade** - Plugin management and utility library. See @ref building-corrade "Corrade download and installation guide" for more information. +- **OpenAL** - By default needed by Audio library, but you can disable building + of it by setting `WITH_AUDIO` to `OFF` (see below). @section building-download Downloading the sources