=== Released 2.1.3 ===

Mon Dec  2 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.1.3 ===

        * NEWS: Updated.

        [ Unmerged change from stable from May 16 ]

        * autogen.sh: Remove check for GNU gettext, since it
        was causing problems for Solaris CVS builds.
        (#81885, Hidetoshi Tajima.)
This commit is contained in:
Owen Taylor
2002-12-02 22:04:13 +00:00
committed by Owen Taylor
parent 3ac24d9885
commit ddbe0effd1
46 changed files with 2693 additions and 2193 deletions

11
INSTALL
View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-2.0.1.tar.gz | tar xvf - # unpack the sources
% cd glib-2.0.1 # change to the toplevel directory
% gzip -cd glib-2.1.3.tar.gz | tar xvf - # unpack the sources
% cd glib-2.1.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
@@ -40,6 +40,13 @@ search path (for instance, in /usr/local/), but don't enable
it, you will get an error while compiling GTK+ because the
iconv.h that libiconv installs hides the system iconv.
If you are using the native iconv implementation on Solaris
instead of libiconv, you'll need to make sure that you have
the converters between locale encodings and UTF-8 installed.
At a minimum you'll need the SUNWuiu8 package. You probably
should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
SUNWkiu8 packages.
The native iconv on Compaq Tru64 doesn't contain support for
UTF-8, so you'll need to use GNU libiconv instead. (When
using GNU libiconv for GTK+, you'll need to use GNU libiconv