Skip to content

dylansmrjones/kccmp

 
 

Repository files navigation

---------------------------------------
kccmp - kernel configuration comparison - qt5 port of original
---------------------------------------

kccmp is a simple tool for comparing two linux kernel ".config" files.

It has the following features:
1) Displays the configuration variables with different values.
2) Displays the configuration variables and values which are found in
only one of the compared files.

usage:
% kccmp /path/to/first/.config /path/to/second/.config

example:
% kccmp /usr/src/linux/.config /usr/src/linux/.config.old

--------
Building
--------
kccmp depends on Qt 5.x. It uses qmake for generating
a standard Makefile.
The standard build is as easy as:
example:
% qmake
% make

http://stoopidsimple.com/kccmp
Salem Ganzhorn <eyekode@yahoo.com>

--------
Porting notice
--------

This is a fork-continuation of the original; with that single line changed to work with QT5.

Kristian Poul Herkild aka dylansmrjones (at github etc.)

About

Kernel config compare GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.7%
  • Makefile 21.2%
  • QMake 1.1%