When I try to compile a program on Alpine Linux, it fails with the following error:
app.c:1:10: fatal error: ncurses.h: No such file or directory
1 | #include <ncurses.h>
| ^~~~~~~~~~~
compilation terminated.
Love this? sudo share_on: Twitter – Facebook – LinkedIn – Whatsapp – Reddit
The post Alpine Linux fatal error: ncurses.h: No such file or directory fix appeared first on nixCraft.