diff options
author | Havoc Pennington <hp@redhat.com> | 2001-06-12 20:05:43 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-06-12 20:05:43 +0000 |
commit | 7ab9d6380d731b465f13af4ffe2431ad3c7daf23 (patch) | |
tree | 55e37c9d7d6eaa9412fcad33a58ded97c2455ef9 /INSTALL | |
parent | 823b1544fe8352474acaf79e5d7f2fba153fd033 (diff) |
updated
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-12 Havoc Pennington <hp@redhat.com>
* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
in bin_SCRIPTS and cp it into builddir
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-1.3.5.tar.gz | tar xvf - # unpack the sources - % cd glib-1.3.5 # change to the toplevel directory + % gzip -cd glib-1.3.6.tar.gz | tar xvf - # unpack the sources + % cd glib-1.3.6 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB |