Open
Description
Running make all -j4
on a fresh clone of ocrd_all terminated with these build messages:
configure.ac:382: installing 'config/compile'
configure.ac:86: installing 'config/config.guess'
configure.ac:86: installing 'config/config.sub'
configure.ac:27: installing 'config/install-sh'
configure.ac:27: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
parallel-tests: installing 'config/test-driver'
All done.
To build the software now, do something like:
$ ./configure [--enable-debug] [...other options]
The error was caused because neither curl
nor wget
was installed. The related error message was hidden somewhere in the middle of the build protocol:
Makefile:641: *** found no cmdline downloader (wget/curl). Stop.
make: *** Waiting for unfinished jobs....