From: Takashi Sakamoto Date: Sun, 3 Apr 2022 01:31:35 +0000 (+0900) Subject: Split dependency section with requirements section in README X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2ab91b7ad67b8e582fe805df0a78188c2b615e45;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 ============