summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPDT 1998 Shawn T. Amundson <amundson@gtk.org>1998-04-13 03:04:26 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-04-13 03:04:26 +0000
commit7ec269052d228961277324c5db30320e6b938f2d (patch)
treecaea7a35da9b07afbbb773eafb4dbc9e22f915d9 /INSTALL
parenta3ee7a9416a92c1a0bd65878da0febcc121f50a2 (diff)
downloadgtk+-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--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 19bcc14c94..066b8b9c9f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
================