configuration - Alternative to Kconfig (kernel config language) to configure/describe large C software -
I'm interested in configuration / creation of large systems ...
Linux kernel different configuration options (The macro is defined as CONFIG_X) and uses the language to describe its dependencies ... Basically, in each directory, this subsystem has a config file with configuration options defined in the ... < / P>
is big like Apache or * -Bsd What is an option to describe the configuration options in the system? What do people do in general? What is the best practice? Generally, autotools (i.e., GNU autoconf, automoc, libootol are quite common)
They are very flexible, but can be quite helpful in getting up and running. With these you usually receive a "Configure" script which can be used to specify how to create end-user software (say / Configify --with-foo --disable-bar ).
Popular, most notably used by KDE.
There are countless other courses.
Comments
Post a Comment