summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 62b50fdcf..5ae2c2e30 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.15.0.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.15.0 # change to the toplevel directory
+ % gzip -cd glib-2.15.1.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.15.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
================