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