Andy1978 / hf2gcode

Generates g-code from text with a hershey font
GNU General Public License v3.0
48 stars 13 forks source link

Couldnot make on raspberry pi #9

Closed embedded-explorer closed 4 years ago

embedded-explorer commented 4 years ago

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 4 years ago

The 8th line says it all, isn't it?

embedded-explorer commented 4 years ago

Yes fixed after installing gawk and octave