Kernel Configuration Comparison 0.2 review

Download
by rbytes.net on

Kernel Configuration Comparison (kccmp) provides a GUI for comparing two Linux kernel ".config" files. It shows configuration vari

License: GPL (GNU General Public License)
File size: 12K
Developer: Salem Ganzhorn
0 stars award from rbytes.net

Kernel Configuration Comparison (kccmp) provides a GUI for comparing two Linux kernel ".config" files.

It shows configuration variables with different values in a tabular format. It also shows configuration variables found in only one of the input configuration files.

Building:

kccmp by default requires Qt 3.x. However, by changing one line in kccmp.pro you can build against Qt 4.x. Note that the Qt 4.x build requilres libboost_regex as well.
The standard build is as easy as:
example:
% qmake
% make

Usage

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

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

What's New in This Release:
This release was ported to Qt 3.x.
The requirement for libboost_regex was removed.
Building with either Qt 4.x or Qt 3.x is now supported.

Kernel Configuration Comparison 0.2 keywords