vibansal / ancestry

program to estimate admixture coefficients from individual genotype or sequence data
Other
33 stars 16 forks source link

Fatal error while compiling: #include <curses.h> #6

Closed mbongaerts closed 5 years ago

mbongaerts commented 6 years ago

I got the following error while compiling on a CentOS Linux release 7.5.1804 (Core):

bam_tview.c:5:20: fatal error: curses.h: No such file or directory

include

I try to figure out how to solve this error which might be useful for other users getting the same error.

mbongaerts commented 6 years ago

For me the following install fixed the problem: yum install ncurses-devel ncurses