X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL.in;h=1edc7e9c2308ff8d128207b7a0a9fec220272f2b;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=27a7c1a1fdedffbca2f13565f4deedd013aa9802;hpb=b470097b8baedeb2d021adb1141007edc805e90b;p=platform%2Fupstream%2Fglib.git diff --git a/INSTALL.in b/INSTALL.in index 27a7c1a..1edc7e9 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -13,6 +13,10 @@ Simple install procedure Requirements ============ +GLib requires a C90-compliant (but not necessarily C99-compliant) C +compiler and libc. On UNIX-like systems, it also assumes compliance +with at least the original 1990 version of POSIX. + GLib-2.0 requires pkg-config, which is tool for tracking the compilation flags needed for libraries. (For each library, a small .pc text file is installed in a standard location that contains the @@ -21,7 +25,7 @@ information.) Information about pkg-config can be found at: http://www.freedesktop.org/software/pkgconfig/ -GNU make (http://www.gnu.org/software/make) is also recommended. +GNU make (http://www.gnu.org/software/make) is also required. In order to implement conversions between character sets, GLib requires an implementation of the standard iconv() routine. @@ -79,7 +83,7 @@ in the file: Or online at: - http://library.gnome.org/devel/glib/stable/glib-building.html + https://developer.gnome.org/glib/stable/glib-building.html Installation directories @@ -119,4 +123,4 @@ in the file: Or online at: - http://library.gnome.org/devel/glib/stable/glib-cross-compiling.html + https://developer.gnome.org/glib/stable/glib-cross-compiling.html