Upper half of byte is >> 4, not >> 8. Found by Kjartan Maraas via sparse
[platform/upstream/glib.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b4c241d..b918246 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.14.0.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.14.0                           # change to the toplevel directory
+  % gzip -cd glib-2.18.1.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.18.1                           # 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
 ================