xyzzy / qrpicture

Picture to colour QR code converter hosted on https://QRpicture.com

Home Page:https://xyzzy.github.io/qrpicture/README.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to build: ./configure not available?

wivaku opened this issue · comments

Build instructions say:

Configure and set prefix to document root

./configure --prefix=

I assume the first step is: autoconf (as there is no ./configure)

After I run autoconf and then ./configure I get:

./configure --prefix=/www/qrpicture
configure: error: cannot find install-sh, install.sh, or shtool in m4 "."/m4
commented

git does not support configure.

If you cloned the archive there is a script autogen.sh which (re-)constructs the configure framework.
Alternatively, I also uploaded a pre-constructed configure tar.gzto the release repository.

https://github.com/xyzzy/qrpicture/releases/download/v1.0.0/qrpicture-1.0.0.tar.gz

I will also include autogen.sh in the README to avoid future confusion.