Closed patvdleer closed 8 months ago
What directory in the downloaded .zip file is configure in? I cannot find the configure script. Thanks
What directory in the downloaded .zip file is configure in? I cannot find the configure script. Thanks
My bad, I forgot to include "run ./autogen.sh
", I've updated the above instructions.
My bad, I forgot to include "run ./autogen.sh", I've updated the above instructions.
You should only have to do this for the Github-generated source code TAR/ZIP files, which are snapshots of the source tree.
The official release tarballs e.g. https://github.com/philpem/printer-driver-ptouch/releases/download/v1.7/ptouch-driver-1.7.tar.gz have had autogen.sh
run before they were released and shouldn't need it (unless your system has a wildly different version or Autoconf or Automake).
It annoys me that Github insists it knows better than I do in relation to source tarballs ... autoconf/automake may be old, but they're still widely used.
Since I didn't see it mentioned in the README nor in the INSTALL, I needed to install the following additional packages to compile and a parameters to
configure
to set the directory from/usr/local/lib/cups
to/usr/lib/cups
.Steps:
./autogen.sh
./configure --prefix=/usr
make
sudo make install
Packages (via apt)
Without libcups2-dev
in
./configure
Easily to overlook
make
Without libxml