The bison (or byacc if supported), flex, gperf, libncurses5-dev, zlib1g-dev, gettext and g++ packages should be installed:
sudo apt-get install bison flex gperf libncurses5-dev zlib1g-dev gettext g++
- Download and untar kconfig-frontends package.
One of site is Yann Morin's Project.
tar -xvf kconfig-frontends-x.xx.x.x.tar.bz2
- Go to kconfig-frontends folder.
cd kconfig-frontends-x.xx.x.x
- Configure and Build.
./configure --enable-mconf --disable-gconf --disable-qconf
make
sudo make install