So the title explains my problem, I’m running a VM at school and I want to play cataclysm and my VM is running ubuntu 14.04 LTS server edition, and this is what it outputs when I use make
g++ -DGIT_VERSION -DLOCALIZE -ffast-math -Og -Wall -Wextra -g -D_GLIBCXX_DEBUG --std=c++11 -MMD -I/usr/include/ncurs
esw -c src/action.cpp -o obj/action.o
In file included from src/color.h:4:0,
from src/output.h:4,
from src/action.cpp:2:
src/cursesdef.h:10:20: fatal error: curses.h: No such file or directory
#include <curses.h>
^
compilation terminated.
make: *** [obj/action.o] Error 1
If anyone could help me that would be great