doc/INSTALL.adoc: list C compiler with -std=gnu99 support as build time dependency

This commit is contained in:
Nedko Arnaudov 2023-07-16 19:58:39 +03:00
parent 8ee88537a3
commit 195bbd8227
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
== Build dependencies
* C compiler toolchain that supports -std=gnu99 (gcc, clang or else)
* http://www.alsa-project.org/[ALSA library]
* https://www.python.org/[python2 or python3] (for using waf build system)
* https://dbus.freedesktop.org[D-Bus library (libdbus)] (optional)