From: Andre Noll Date: Tue, 25 May 2021 15:07:43 +0000 (+0200) Subject: INSTALL: Fix instructions for compiling from git. X-Git-Tag: v0.6.4~24 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f272802cac9a19b59f4647d539c5ad01d37e9cd2 INSTALL: Fix instructions for compiling from git. The command line lacked the configure command. --- diff --git a/INSTALL b/INSTALL index 4a86e967..45676b7e 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,7 @@ Installing paraslash from tarball Installing paraslash from git ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - autoconf && autoheader && make && sudo make install + autoconf && autoheader && ./configure && make && sudo make install Example for cross-compiling ~~~~~~~~~~~~~~~~~~~~~~~~~~~