https://github.com/anatol/menuconfig
Out-of-tree version of Linux' kconfig tool
https://github.com/anatol/menuconfig
linux menuconfig
Last synced: over 1 year ago
JSON representation
Out-of-tree version of Linux' kconfig tool
- Host: GitHub
- URL: https://github.com/anatol/menuconfig
- Owner: anatol
- License: other
- Created: 2017-06-07T20:44:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T20:01:15.000Z (about 2 years ago)
- Last Synced: 2025-03-12T00:08:19.665Z (over 1 year ago)
- Topics: linux, menuconfig
- Language: C
- Homepage:
- Size: 1.14 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Out-of-tree version of Linux menuconfig tool
KConfig is a flexible Linux project configuration mechanism. It allows to
define and use set of configuration options and then build a `.config` file
that takes all the Kconfig dependencies and restrictions into account.
`menuconfig` project provides Kconfig parser and GUI tool to modify the project config.
To build GUI toolset please run
`ninja`
At Arch you can install [menuconfig-git](https://aur.archlinux.org/packages/menuconfig-git/) package
from AUR repository.