revk / E3D

3D print slicing (STL to GCODE)
www.me.uk
62 stars 14 forks source link

popt.h missing #6

Closed lsx1980 closed 3 years ago

lsx1980 commented 3 years ago

e3d.c:21:10: fatal error: popt.h: No such file or directory 21 | #include

revk commented 3 years ago

Err, so install popt then maybe?

Usually something like :-

apt install libpopt-dev

Depending on your system.