KConfig 使用文档
https://www.cnblogs.com/fluidog/p/15176680.html
https://pypi.org/project/kconfiglib/#installation-with-pip
https://www.kernel.org/doc/html/latest/kbuild/kconfig-language.html
https://github.com/viys/kconfig
Windows
Section titled “Windows”- cmake
- make
- MinGW
- python
Cmake 构建
Section titled “Cmake 构建”打开 Kconfig
Section titled “打开 Kconfig”- cmake
- make
- gxx
- python
修改 CMakeListsxtxt
Section titled “修改 CMakeListsxtxt”将 python 修改为自己系统上已有的 python 版本,如 python3 (可以直接略过此步,本工程已更新中 CmakeLists.txt 在不同系统中做了预处理)
Cmake 构建
Section titled “Cmake 构建”打开 Kconfig
Section titled “打开 Kconfig”后期可以根据自己的系统使用脚本来实现项目的管理.
Kconfig 的高级用法见仓库 https://github.com/viys/oopc_cmake_stu advanced 分支