From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: Split dependency section with requirements section in README X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=764f8c7b5b5d17f3cdc1ecb0a2f03a292a924a3c;p=alsa-gobject.git Split dependency section with requirements section in README Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index d346b12..fe62045 100644 --- a/README.rst +++ b/README.rst @@ -60,11 +60,17 @@ Dependencies * GLib * GObject introspection -* UAPI of Linux kernel version 4.5 or later for sound subsystem * libudev1 -* Meson -* (optional) PyGObject to execute tests -* (optional) gi-docgen to generate documentation +* Linux kernel version 4.5 or later + +Requirements to build +===================== + +* UAPI header of Linux kernel +* Meson build system +* Ninja build system +* PyGObject (optional to run unit tests) +* gi-docgen (optional to generate API documentation) How to build ============