From c223c876c2a2246f2ed257671f0b57d67a36fce8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 16 Jan 2005 04:12:43 +0000 Subject: [PATCH] Some updates --- docs/reference/ChangeLog | 5 ++++ docs/reference/gtk/building.sgml | 43 ++++++++++++++++---------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b69ffc79d0..31e2db8e41 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-01-15 Matthias Clasen + + * gtk/building.sgml: Some updates. (#164147, #164108, + Karel Kulhavy) + 2005-01-08 Matthias Clasen * === Released 2.6.1 === diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index ff0ecba6ea..bf36916574 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -98,8 +98,8 @@ How to compile GTK+ itself a search path that pkg-config (see below) uses when looking for for file describing how to compile programs using different libraries. If you were installing GTK+ - and it's dependencies into /opt/gtk, you might want to set - these variables as: + and it's dependencies into /opt/gtk, you + might want to set these variables as: CPPFLAGS="-I/opt/gtk/include" @@ -137,12 +137,12 @@ How to compile GTK+ itself url="http://www.freedesktop.org/software/pkgconfig">pkg-config is a tool for tracking the compilation flags needed for libraries that are used by the GTK+ libraries. (For each - library, a small .pc text file is installed in a standard - location that contains the compilation flags needed for that - library along with version number information.) The version - of pkg-config needed to build GTK+ is - mirrored in the dependencies directory - on the GTK+ FTP + library, a small .pc text file is installed + in a standard location that contains the compilation flags + needed for that library along with version number information.) + The version of pkg-config needed to build + GTK+ is mirrored in the dependencies directory + on the GTK+ FTP site. @@ -169,7 +169,7 @@ How to compile GTK+ itself The GLib library provides core non-graphical functionality such as high level data types, Unicode manipulation, and an object and type system to C programs. It is available - from the GTK+ + from the GTK+ FTP site. @@ -177,9 +177,8 @@ How to compile GTK+ itself Pango is a library for internationalized text handling. It is available from - the GTK+ FTP - site.. Either Pango-1.0 or Pango-1.2 can be used - with GTK+-2.2, though Pango-1.2 is recommended. + the GTK+ FTP + site.. @@ -188,7 +187,7 @@ How to compile GTK+ itself interfaces allowing accessibility technologies such as screen readers to interact with a graphical user interface. It is available from the GTK+ FTP site. + url="ftp://ftp.gtk.org/pub/gtk/v2.6/">GTK+ FTP site. @@ -215,11 +214,12 @@ How to compile GTK+ itself The JPEG, PNG, and - TIFF image loading libraries are needed to - compile GTK+. You probably already have these libraries - installed, but if not, the versions you need are available in - the dependencies directory on the the - GTK+ + TIFF image + loading libraries are needed to compile GTK+. You probably + already have these libraries installed, but if not, the + versions you need are available in the + dependencies directory on the the + GTK+ FTP site.. (Before installing these libraries from source, you should check if your operating system vendor has prebuilt packages of these libraries that you @@ -239,13 +239,14 @@ How to compile GTK+ itself The fontconfig library provides Pango with a standard way of locating - fonts and matching them against font names. The Xft2 + fonts and matching them against font names. The + Xft2 library, distributed with fontconfig, provides support for scalable and antialiased fonts on X. Pango includes two backends that work on top of fontconfig: an Xft2 backend and a backend that uses fontconfig and the underlying - FreeType - library directly. Neither backend is mandatory, but the + FreeType + library directly. Neither backend is mandatory, but the Xft2 backend is the preferred backend for X and the FreeType backend is needed by many applications.