https://github.com/jiauzhang/menuconfig
standalone menuconfig/kconfig from linux kernel
https://github.com/jiauzhang/menuconfig
kbuild kconfig linux linux-kernel menuconfig
Last synced: 4 months ago
JSON representation
standalone menuconfig/kconfig from linux kernel
- Host: GitHub
- URL: https://github.com/jiauzhang/menuconfig
- Owner: JiauZhang
- License: gpl-2.0
- Created: 2022-08-13T07:33:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T02:04:48.000Z (about 1 year ago)
- Last Synced: 2025-05-11T03:19:43.900Z (about 1 year ago)
- Topics: kbuild, kconfig, linux, linux-kernel, menuconfig
- Language: C
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
## Standalone menuconfig from Linux Kernel
### Usage
```shell
# menuconfig will save .config in the same folder as YOUR_KCONFIG_FILE
# and generate headers in include/generated/*
# default to read ./Kconfig
menuconfig
# manually specify
menuconfig --kconfig YOUR_KCONFIG_FILE
```
### Install dependencies
```shell
./install_deps
```
### Build and Install menuconfig
```shell
mkdir build && cd build
cmake .. && make menuconfig
sudo make install
```
### Sponsor
公众号
AliPay
WeChatPay