summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-08 14:10:20 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-08 14:11:42 +0000
commit453a50dc95945430d0a4e3c4b40417854fdcce29 (patch)
treeb5dbcb57f87811952a896bde16e39fbef1d3ecab /README.md
parentff41829b3f75d5b3b112cba280cbf8f0e982dfd4 (diff)
downloadgtk+-453a50dc95945430d0a4e3c4b40417854fdcce29.tar.gz
docs: Link to the compiler requirements wiki page
From the README file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0245538fc1..2a523d0f0a 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ Building and installing
In order to build GTK+ you will need:
- - a C99 compatible compiler
- - Python 3
+ - [a C99 compatible compiler](https://wiki.gnome.org/Projects/GLib/CompilerRequirements)
+ - [Python 3](https://www.python.org/)
- [Meson](http://mesonbuild.com)
- [Ninja](https://ninja-build.org)