The package libncurses5-dev
is available on base:main repository for Ubuntu 14.04.
So, make sure you have enable main & universe repositories:
The main component contains applications that are free software, can be freely redistributed and are fully supported by the Ubuntu team. & The universe component is a snapshot of the free, open-source, and Linux world.

If you choose command-line, following command may help you:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe"
sudo apt-get update
sudo apt-get install libncurses5-dev
If you face any unmet-dependencies then refer How do I resolve unmet dependencies after adding a PPA?
sudo apt-get update
and try again. – bain Aug 01 '14 at 14:03