Couldnot make on raspberry pi
Closed this issue · 2 comments
embedded-explorer commented
pi@raspberrypi:~/hf2gcode $ make
make -C src
make[1]: Entering directory '/home/pi/hf2gcode/src'
make -C ../hershey_fonts src
make[2]: Entering directory '/home/pi/hf2gcode/hershey_fonts'
./fix_linebreak.sh orig/greeks.jhf fixed/greeks.jhf
removing unwanted linebreak and CR in orig/greeks.jhf
./fix_linebreak.sh: line 7: gawk: command not found
make[2]: *** [Makefile:19: fixed/greeks.jhf] Error 127
rm fixed/greeks.jhf
make[2]: Leaving directory '/home/pi/hf2gcode/hershey_fonts'
make[1]: *** [Makefile:11: hf2gcode] Error 2
make[1]: Leaving directory '/home/pi/hf2gcode/src'
make: *** [Makefile:4: simple] Error 2
Andy1978 commented
The 8th line says it all, isn't it?
embedded-explorer commented
Yes fixed after installing gawk and octave