Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 701 Bytes

HowtoInstallKconfigFrontend.md

File metadata and controls

26 lines (22 loc) · 701 Bytes

Kconfig-frontends Installation

Prerequisites

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++

Kconfig-frontend

  1. Download and untar kconfig-frontends package.
    One of site is Yann Morin's Project.
tar -xvf kconfig-frontends-x.xx.x.x.tar.bz2
  1. Go to kconfig-frontends folder.
cd kconfig-frontends-x.xx.x.x
  1. Configure and Build.
./configure --enable-mconf --disable-gconf --disable-qconf
make
sudo make install