On Sat, Aug 28, 2021 at 12:43 AM Van Snyder via
cctalk
<cctalk at classiccmp.org> wrote:
This isn't a default part of Debian distributions, and apt-get
can't
find it.
I found it on github
https://github.com/brouhaha/tumble
I had to install several packages that are not default parts of
Debian
"Buster" 10, such as bison, flex, libtiff-dev libjpeg-dev
libnetpbm11-
dev
I wasn't able to compile it on Debian "Buster" 10.? Ultimately,
"make"
gave up:
FWIW, I got it to compile on Debian 11? by applying the fixes in pull
request 7
https://github.com/brouhaha/tumble/pull/7
Unfortunately, I no longer have any Debian 10 machines to test on.
Thanks for the tip.
That did the trick. Compile worked. Haven't tested the executable yet.
Van