diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 16:50:43 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 16:52:12 +0900 |
commit | 3f89703a41b407d282a9f4dc46c8c9798ecfd20d (patch) | |
tree | 3b5c02568859e7602059493e28542a7ccea39a82 /INSTALL | |
parent | 4a685c04670b342c0f1e5551ea4e973823d3973c (diff) | |
download | glib-3f89703a41b407d282a9f4dc46c8c9798ecfd20d.tar.gz glib-3f89703a41b407d282a9f4dc46c8c9798ecfd20d.tar.bz2 glib-3f89703a41b407d282a9f4dc46c8c9798ecfd20d.zip |
Imported Upstream version 2.54.1upstream/2.54.1
Change-Id: I4a93aff027ce3f995d04804f20e9f81eb5290c1c
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Simple install procedure ======================== - % tar xf glib-2.54.0.tar.gz # unpack the sources - % cd glib-2.54.0 # change to the toplevel directory + % tar xf glib-2.54.1.tar.gz # unpack the sources + % cd glib-2.54.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB |