diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-12-17 21:46:35 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-12-17 21:46:35 -0500 |
commit | 8cae90852189b758a280780ad6862cd53aa99566 (patch) | |
tree | c8b71eb03088808fef0982afa71da696cefc6079 | |
parent | 62dbadd536c854f19038eae16dfd1591fdccd5b0 (diff) | |
download | gtk+-install-from-scratch.tar.gz |
Some additions to the READMEinstall-from-scratch
I tried building GTK from git in a fresh F33 vm,
and this is what I found missing.
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -49,10 +49,12 @@ In order to build GTK you will need: 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 @@ If you are building the Wayland backend, you will also need: - 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: |