Comment 38 for bug 891586

Revision history for this message
2CV67 (2cv67) wrote :

"2CV67, run the following commands
$ tar xf simple-scan-3.4.1.tar.gz
$ cd simple-scan-3.4.1
$ sudo apt-get build-dep simple-scan
$ ./autogen.sh --prefix=`pwd`/install
$ make
$ make install
$ ./src/simple-scan"

Thanks for the detailed instructions (exactly what I need) - but that failed with:
"Checking for required M4 macros...
  yelp.m4 not found
***Error***: some autoconf macros required to build simple_scan
  were not found in your aclocal path, or some forbidden
  macros were found. Perhaps you need to adjust your
  ACLOCAL_FLAGS?

chris@Acer-desk:~/Downloads/simple-scan-3.4.1$ make
make: *** No targets specified and no makefile found. Stop.
chris@Acer-desk:~/Downloads/simple-scan-3.4.1$ "

Full terminal dump attached.

Next?