]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
Split dependency section with requirements section in README
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 20 Apr 2022 00:51:44 +0000 (09:51 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst

index d346b120160bf90c1f4347d50fff9615dc1ab6c6..fe6204541ba40eb01722516dd0a2056a519e09aa 100644 (file)
@@ -60,11 +60,17 @@ Dependencies
 
 * GLib <https://gitlab.gnome.org/GNOME/glib>
 * GObject introspection <https://gi.readthedocs.io/>
-* UAPI of Linux kernel version 4.5 or later for sound subsystem
 * libudev1 <https://www.freedesktop.org/wiki/Software/systemd/>
-* Meson <https://mesonbuild.com/>
-* (optional) PyGObject <https://pygobject.readthedocs.io/> to execute tests
-* (optional) gi-docgen <https://gnome.pages.gitlab.gnome.org/gi-docgen/> to generate documentation
+* Linux kernel version 4.5 or later
+
+Requirements to build
+=====================
+
+* UAPI header of Linux kernel
+* Meson build system <https://mesonbuild.com/>
+* Ninja build system <https://ninja-build.org/>
+* PyGObject <https://pygobject.readthedocs.io/> (optional to run unit tests)
+* gi-docgen <https://gnome.pages.gitlab.gnome.org/gi-docgen/> (optional to generate API documentation)
 
 How to build
 ============