]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
INSTALL: Fix instructions for compiling from git.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:07:43 +0000 (17:07 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 May 2021 15:07:43 +0000 (17:07 +0200)
The command line lacked the configure command.

INSTALL

diff --git a/INSTALL b/INSTALL
index 4a86e967ee72955a32ed37e2fd88b849f808053e..45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ Installing paraslash from tarball
 
 Installing paraslash from git
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Installing paraslash from git
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       autoconf && autoheader && make && sudo make install
+       autoconf && autoheader && ./configure && make && sudo make install
 
 Example for cross-compiling
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Example for cross-compiling
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~