From 2ab91b7ad67b8e582fe805df0a78188c2b615e45 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 3 Apr 2022 10:31:35 +0900 Subject: [PATCH] Split dependency section with requirements section in README Signed-off-by: Takashi Sakamoto --- README.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 ============ -- 2.47.3