mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
docs: building: Update links to the location of tarballs
Mention ftp.gtk.org for glib and use download.gnome.org instead ftp.gnome.org
This commit is contained in:
parent
e8f36232de
commit
955dbdc042
@ -171,7 +171,9 @@ How to compile GTK+ itself
|
|||||||
The GLib library provides core non-graphical functionality
|
The GLib library provides core non-graphical functionality
|
||||||
such as high level data types, Unicode manipulation, and
|
such as high level data types, Unicode manipulation, and
|
||||||
an object and type system to C programs. It is available
|
an object and type system to C programs. It is available
|
||||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/glib/">here</ulink>.
|
from the <ulink url="http://ftp.gtk.org/pub/glib/">GTK+
|
||||||
|
FTP site</ulink> or
|
||||||
|
<ulink url="http://download.gnome.org/pub/gnome/sources/glib/">here</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -179,14 +181,14 @@ How to compile GTK+ itself
|
|||||||
The <ulink url="http://git.gnome.org/browse/gdk-pixbuf/">GdkPixbuf library</ulink>
|
The <ulink url="http://git.gnome.org/browse/gdk-pixbuf/">GdkPixbuf library</ulink>
|
||||||
provides facilities for loading images in a variety of file formats.
|
provides facilities for loading images in a variety of file formats.
|
||||||
It is available
|
It is available
|
||||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/">here</ulink>.
|
<ulink url="http://download.gnome.org/pub/gnome/sources/gdk-pixbuf/">here</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<ulink url="http://www.pango.org">Pango</ulink> is a library
|
<ulink url="http://www.pango.org">Pango</ulink> is a library
|
||||||
for internationalized text handling. It is available
|
for internationalized text handling. It is available
|
||||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/pango/">here</ulink>.
|
<ulink url="http://download.gnome.org/pub/gnome/sources/pango/">here</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -195,7 +197,7 @@ How to compile GTK+ itself
|
|||||||
interfaces allowing accessibility technologies such as
|
interfaces allowing accessibility technologies such as
|
||||||
screen readers to interact with a graphical user interface.
|
screen readers to interact with a graphical user interface.
|
||||||
It is available
|
It is available
|
||||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/atk/">here</ulink>.
|
<ulink url="http://download.gnome.org/pub/gnome/sources/atk/">here</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -203,7 +205,7 @@ How to compile GTK+ itself
|
|||||||
<ulink url="http://live.gnome.org/GObjectIntrospection">Gobject Introspection</ulink>
|
<ulink url="http://live.gnome.org/GObjectIntrospection">Gobject Introspection</ulink>
|
||||||
is a framework for making introspection data available to
|
is a framework for making introspection data available to
|
||||||
language bindings. It is available
|
language bindings. It is available
|
||||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/">here</ulink>.
|
<ulink url="http://download.gnome.org/pub/gnome/sources/gobject-introspection/">here</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user