Some additions to the README
I tried building GTK from git in a fresh F33 vm,
and this is what I found missing.
diff --git a/README.md b/README.md
index c26db1b..eed7480 100644
--- a/README.md
+++ b/README.md
@@ -49,10 +49,12 @@
You will also need various dependencies, based on the platform you are
building for:
+ - a C++ compiler
- [GLib](https://download.gnome.org/sources/glib)
- [GdkPixbuf](https://download.gnome.org/sources/gdk-pixbuf)
- [GObject-Introspection](https://download.gnome.org/sources/gobject-introspection)
- [Cairo](https://www.cairographics.org)
+ - cairo-gobject
- [Pango](https://download.gnome.org/sources/pango)
- [Epoxy](https://github.com/anholt/libepoxy)
- [Graphene](https://github.com/ebassi/graphene)
@@ -77,6 +79,12 @@
- Wayland-cursor
- Wayland-EGL
+If you are building the developer documentation, you will also need:
+
+ - gtk-doc
+ - the DocBook xsl stylesheets
+ - pandoc
+
Once you have all the necessary dependencies, you can build GTK by using
Meson: