Missing package to make menuconfig Splash Screen

Hello,
I followed the steps in Splash Screen (Linux), but I get the following error:

carlos@carlos-VirtualBox:~/linux-toradex$ make menuconfig ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi-
  HOSTCC  scripts/kconfig/mconf.o
In file included from scripts/kconfig/mconf.c:23:0:
scripts/kconfig/lxdialog/dialog.h:38:20: fatal error: curses.h: No such file or directory
 #include CURSES_LOC
                    ^
compilation terminated.
make[1]: *** [scripts/kconfig/mconf.o] Error 1
make: *** [menuconfig] Error 2

What package do I need to install ?, I was inquiring and found this, but I’m not sure:

sudo apt-get install lib32ncurses5-dev

My system is Ubuntu 14.04 64bit in VirtualBox and I use a Colibri iMX6D with Linux Image v2.7

Thanks for the support.

This works, now i can go in to menuconfig, thanks a lot

Can you try and check with

sudo apt-get install libncurses5-dev

See for available curses libraries here.