Use visibility attribute for new enough sun cc. Patch by Chris Wang
[platform/upstream/glib.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index c7bacd2..6cc9da7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.6.0.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.6.0                           # change to the toplevel directory
+  % gzip -cd glib-2.19.3.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.19.3                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 
@@ -60,6 +60,11 @@ available from:
 
  http://www.gnu.org/software/gettext/
 
+
+Support for extended attributes and SELinux in GIO requires
+libattr and libselinux. 
+
+
 The Nitty-Gritty
 ================