mdhender / cook

Peter Miller's cook
GNU General Public License v3.0
7 stars 4 forks source link

Build docs does not mention that uudecode is needed for testing #17

Open mdhender opened 2 years ago

mdhender commented 2 years ago

Running make sure fails on Ubuntu 20.04 due to missing uudecode program.

mdhender@STORM:~/src/cook/src$ make sure
PATH=`pwd`/bin:$PATH /bin/sh test/00/t0049a.sh
test/00/t0049a.sh: 78: uudecode: not found
NO RESULT test of the cookfp repeat functionality
make: *** [Makefile:3254: t0049a] Error 2

On Ubuntu, sudo apt-get install sharutils