Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 849 Bytes

HowtoInstallKconfigFrontend.md

File metadata and controls

29 lines (24 loc) · 849 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 byacc flex gperf libncurses5-dev zlib1g-dev gettext g++

Kconfig-frontend

  1. Download and unzip kconfig-frontends package.
    One of site is Yann Morin's Project.

    tar -xvf kconfig-frontends-x.xx.x.x.tar.bz2
  2. Go to kconfig-frontends folder.

    cd kconfig-frontends-x.xx.x.x
  3. Configure and Build.

    ./configure --enable-mconf --disable-gconf --disable-qconf
    make
    sudo make install

Trouble Shooting

Please refer to Trouble Shooting.