From: ode79 Date: Sun, 22 May 2016 00:17:14 +0000 (+0100) Subject: Fix compilation instructions. X-Git-Tag: v1.3~9^2 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=e3acbed5edae6dcb809115140c8a568ad71c773d Fix compilation instructions. There is no configure file, you have to run autogen.sh before make. --- diff --git a/README b/README index 7c152ff5..9395d661 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ See NEWS file. ======== Installation - Compilation: ./configure ; make + Compilation: ./autogen.sh ; make General install: make install Removal: make uninstall