]> Pileus Git - ~andy/gtk/blobdiff - INSTALL.in
Updated Portuguese translation
[~andy/gtk] / INSTALL.in
index 94d0394abf97bf0dfead43cfa272f19579308bb4..4b59bcefd2f48fd1cdfe4bedc009f7d0e6f34d14 100644 (file)
@@ -15,11 +15,11 @@ Simple install procedure
 ========================
 
   % gzip -cd gtk+-@GTK_VERSION@.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-@GTK_VERSION@                         # change to the toplevel directory
-  % ./configure                                   # run the `configure' script
-  % make                                  # build GTK+
+  % cd gtk+-@GTK_VERSION@                          # 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 Details
 ===========