I'm trying to install the nana C++ library in Ubuntu 16.04.
I downloaded and unzipped it into the directory with my helloworld file, and went to the directory with the makefile; nana/build/makefile, and typed make
but got the error
X11/Xft/Xft.h: no such file or directory
I checked /usr/include/X11 and yeah, it's not there. Googling has not helped figure out hot to install Xft. How do I do it? Or am I doing something else wrong?