diff options
author | PDT 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-04-13 03:04:26 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-04-13 03:04:26 +0000 |
commit | 7ec269052d228961277324c5db30320e6b938f2d (patch) | |
tree | caea7a35da9b07afbbb773eafb4dbc9e22f915d9 /INSTALL | |
parent | a3ee7a9416a92c1a0bd65878da0febcc121f50a2 (diff) | |
download | gtk+-7ec269052d228961277324c5db30320e6b938f2d.tar.gz |
typo, gtk-1.0.0 should be gtk+-1.0.0 A little more intro on what gtk is...
Sun Apr 12 19:35:09 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL: typo, gtk-1.0.0 should be gtk+-1.0.0
* README: A little more intro on what gtk is...
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ Simple install procedure ======================== - % gzip -cd gtk-1.0.0.tar.gz | tar xvf - # unpack the sources - % cd gtk-1.0.0 # change to the toplevel directory - % ./configure # run the `configure' script - % make # build GTK + % gzip -cd gtk+-1.0.0.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.0.0 # change to the toplevel directory + % ./configure # run the `configure' script + % make # build GTK [ Become root if necessary ] - % make install # install GTK + % make install # install GTK The Nitty-Gritty ================ |