X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0;hp=4a86e967ee72955a32ed37e2fd88b849f808053e;hb=55adba3f7fc5619bd433c13d07ecb62e7b4d46a8;hpb=2031b9cab9304b02c0372f73eef54d9501277031 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~