forked from uvc-ingenieure/kconfig-frontends
Linux Kernel configuration tools - Windows Port
License
reclone/kconfig-frontends-win32
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 11 commits ahead of uvc-ingenieure:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This package contains the kconfig frontends and parser. Kconfig is the configuration language used by the Linux kernel. This package is a simple copy of the frontends and the parser found in the Linux kernel source tree, with very minor changes to adapt them to being built out of the kernel build infrastructure. This package has been ported to Windows, so the code has been changed to get it work properly. The package also contains a copy PDCurses with some minor changes. By now only the following tools have been ported: - kconfig-conf - kconfig-mconf - kconfig-tweak (as a .bat file) Under non Windows platforms use the original package from: http://ymorin.is-a-geek.org/projects/kconfig-frontends General Build Instructions Install MinGW, CMake, and GnuWin32 (using GetGnuWin32). Add C:\MinGW\bin;C:\gnuwin32\bin to the %Path% environment variable. Add C:\gnuwin32\include to the %INCLUDE% environment variable. Add C:\gnuwin32\lib to the %LIB% environemnt variable. git clone https://github.com/reclone/kconfig-frontends-win32.git cd kconfig-frontends-win32 mkdir build cd build cmake -G "MinGW Makefiles" .. make cp ./bin/kconfig-mconf.exe c:/gnuwin32/bin/ cp ./bin/kconfig-conf.exe c:/gnuwin32/bin/ cp ../utils/kconfig-tweak.bat c:/gnuwin32/bin
About
Linux Kernel configuration tools - Windows Port
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 85.0%
- C++ 3.8%
- Makefile 3.5%
- CMake 2.1%
- M4 1.7%
- Shell 1.5%
- Other 2.4%