X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL.in;h=27a7c1a1fdedffbca2f13565f4deedd013aa9802;hb=97b82d8d21bc77fdc3aa27a851662d642a89bc5c;hp=03c03986f2c9a8f23c6dda2ae7f7cd95b3232939;hpb=63adeda0861a26b38ec0adc76255666554c18951;p=platform%2Fupstream%2Fglib.git diff --git a/INSTALL.in b/INSTALL.in index 03c0398..27a7c1a 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-@GLIB_VERSION@.tar.gz | tar xvf - # unpack the sources - % cd glib-@GLIB_VERSION@ # change to the toplevel directory + % tar xf glib-@GLIB_VERSION@.tar.gz # unpack the sources + % cd glib-@GLIB_VERSION@ # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB @@ -60,7 +60,6 @@ available from: http://www.gnu.org/software/gettext/ - Support for extended attributes and SELinux in GIO requires libattr and libselinux. @@ -68,6 +67,7 @@ Some of the mimetype-related functionality in GIO requires the update-mime-database and update-desktop-database utilities, which are part of shared-mime-info and desktop-file-utils, respectively. +GObject uses libffi to implement generic marshalling functionality. The Nitty-Gritty ================ @@ -79,7 +79,7 @@ in the file: Or online at: - http://developer.gnome.org/doc/API/2.0/glib/glib-building.html + http://library.gnome.org/devel/glib/stable/glib-building.html Installation directories