srcconf is a software package which enables user friendly configuration of software source code packages. srcconf is based on the lxdialog and kconfig (a.k.a. lkc) extracted from the Linux kernel 2.5.50.
srcconf should run on all POSIX operating systems (including Linux and MS Windows with Cygwin installed).
Latest released version is srcconf-0.1 (first public release) available in source form from SourceForge download site.
`./configure --prefix=/usr`
.`make`
and `make install`
.
To configure your software source code package please read documentation
for the package. In general, you should run either conf
, or mconf
, or
qconf
(qconf
is optional, requires qt) program with a parameter (this
parameter is dependent by configured package).
Note: conf
, mconf
, and qconf
are only different front-ends for
srcconf (lkc) engine with different look, but with same results.
$Id: index.html,v 1.2 2002/12/03 15:30:27 telka Exp $