summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-08-30 21:26:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-08-30 21:32:11 +0100
commit943b2a9c6ac6a70b078d591b83108fdf68f2ce46 (patch)
treedf0c239c0fe6ec79abd0e3142d6e1f927e947f9a /README.md
parentb8a726e0d3d7dfcf150ec3ef0825737395798890 (diff)
downloadgdk-pixbuf-943b2a9c6ac6a70b078d591b83108fdf68f2ce46.tar.gz
docs: Link to the dependencies
Make the README a bit more helpful.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6b3bc74e3..cacacb4a1 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ graphical assets.
In order to build GdkPixbuf you will need to have installed:
- - Meson
+ - [Meson](http://mesonbuild.com)
- A C99-compliant compiler and toolchain
- - GLib's development files
+ - [GLib's development files](https://gitlab.gnome.org/GNOME/glib/)
Depending on the image formats you want to support you will also need:
@@ -38,10 +38,10 @@ Depending on the image formats you want to support you will also need:
Additionally, you may need:
- - shared-mime-info
- - GObject Introspection
- - GTK-Doc
- - Xlib's development files
+ - [shared-mime-info](https://freedesktop.org/wiki/Software/shared-mime-info/)
+ - [GObject Introspection](https://gitlab.gnome.org/GNOME/gobject-introspection/)
+ - [GTK-Doc](https://gitlab.gnome.org/GNOME/gtk-doc/)
+ - [Xlib's development files](https://cgit.freedesktop.org/xorg/lib/libX11/)
- mediaLib's development files
### Building and installing