This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Written in | C |
---|---|
Operating system | Linux |
Type | Build automation tool |
License | GNU General Public License |
Website | www |
make menuconfig
is one of five similar tools that can configure Linux source, a necessary early step needed to compile the source code. make menuconfig
, with a menu-driven user interface, allows the user to choose the features of Linux (and other options) that will be compiled. It is normally invoked using the command make menuconfig
; menuconfig is a target in Linux Makefile.