diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |